Releases: Nickforall/Freight
Releases · Nickforall/Freight
Error message improvements
- No longer prepend field names on custom error messages defined in absinthe
- Add
lower_camelize_field_name
config option
Update dependencies
Some updates to Freight's dependencies and a bugfix where Ecto would raise an error for some values used in validation that did not implement the String.Chars
protocol.
Bump Ecto to 3.0.0
Ecto 3.0.0 has just been released 🎉
0.2.0 - Better errors and Ecto integration
- Ecto integration, which generates error messages from failed changesets
- Errors array is no longer nullable, and now always returns an array
- Errors are now an object instead of a string
- Successful field is no longer nullable
- Configurable error objects in the errors array using application env
🎉
All features are working as expected for a first version
v0.1.0-rc2
Add documentation dependency
v0.1.0 RC1
Initial version