Skip to content

0.26.4

Choose a tag to compare

@woylie woylie released this 04 Jun 17:25
· 94 commits to main since this release
Immutable release. Only release title and notes can be modified.
c8dab12

Added

  • starts_with and ends_with filter operators.

Fixed

  • Allow overriding the global default_limit by setting default_limit: false
    in the schema.
  • Remove malformed filters if replace_invalid_params is true (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.