Releases: jungsoft/crudry
Releases · jungsoft/crudry
v2.4.0
- Optimize search to ignore on empty string (#43)
Warning: This is a potential breaking change if you were relying on the fact that searching by an empty string would filter out nil
values. Since this isn't considered to be the expected behaviour, this change was treated as a bug fix.
v2.3.1
v2.3.0
v2.2.0
v2.1.2
v2.1.1
v2.1.0
- 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
Fix TranslateErrors
to also translate nested keys
v2.0.0
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