All Versions
14
Latest Version
Avg Release Cycle
43 days
Latest Release
868 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.1 Changes
September 14, 2020➕ Add map case to order by (#42)
-
v2.3.0 Changes
September 14, 2020🔄 Change order by parsing to accept multiple orders (#41)
-
v2.2.0 Changes
April 02, 2020➕ Add primary_key option to Crudry.Resolver (#40)
-
v2.1.2 Changes
December 15, 2019✂ Remove check_assocs/2 nil pattern, since it never matches (#38)
-
v2.1.1 Changes
November 20, 2019🛠 Fix translate errors when field has multiple errors (#37)
-
v2.1.0 Changes
September 09, 2019- 👍 Allow to configure which Repo to use
- Context functions receive optional arguments to use in Repo functions
- ➕ Add configuration for custom
update
anddelete
in resolvers
It should now be possible to use https://github.com/izelnakri/paper_trail without much trouble
-
v2.0.1 Changes
September 08, 2019🛠 Fix
TranslateErrors
to also translate nested keys -
v2.0.0 Changes
July 31, 2019💥 Breaking Changes
- 🔄 Change pluralization: Use schema source table instead of Inflex
- ✂ Remove
update
anddelete
by ID in context - ➕ Add Internationalization to changeset errors translator: rename to
Crudry.Middlewares.TranslateErrors
and now handles all errors, not only changesets - Change
nil_to_error
to return a map instead of string to make it easier to internationalize
✨ Enhancements
- ➕ Add CI
- ➕ Add
get_by
- Add
list_with_assocs
- ➕ Add
!
functions - Add custom configuration to
nil_to_error
message
-
v1.5.0
June 07, 2019 -
v1.4.1
May 09, 2019