0.26.4
·
94 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
starts_withandends_withfilter operators.
Fixed
- Allow overriding the global
default_limitby settingdefault_limit: false
in the schema. - Remove malformed filters if
replace_invalid_paramsistrue(e.g. if the
parameters include%{"filters" => ""}instead of a filters list. - Don't require limit if pagination is disabled.
- Cast binary IDs as the Ecto type defined by the Ecto adapter.
- Fix redundant function clause warnings and unused require warnings in
Elixir 1.20.