v0.0.7
- Improves the format of error tuples generated via address validation so that they more closely match the format of changeset errors generated by
Ecto.Changeset.traverse_errors/2
. This means that consuming applications have to do less data manipulation to get address validation errors to match the format of errors from changesets.