Skip to content

Releases: Nickforall/Freight

Error message improvements

18 May 10:53
Compare
Choose a tag to compare
  • No longer prepend field names on custom error messages defined in absinthe
  • Add lower_camelize_field_name config option

Update dependencies

06 May 11:55
Compare
Choose a tag to compare

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

29 Oct 11:23
Compare
Choose a tag to compare

Ecto 3.0.0 has just been released 🎉

0.2.0 - Better errors and Ecto integration

15 Sep 13:28
Compare
Choose a tag to compare
  • 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

🎉

11 Sep 12:14
Compare
Choose a tag to compare

All features are working as expected for a first version

v0.1.0-rc2

10 Sep 21:34
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release
Add documentation dependency

v0.1.0 RC1

10 Sep 21:31
Compare
Choose a tag to compare
v0.1.0 RC1 Pre-release
Pre-release

Initial version