Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

## Unreleased

### Changed
### Added

- Allow overriding the global `default_limit` by setting `default_limit: false`
in the schema.
- `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.
- Fix redundant function clause warnings in Elixir 1.20.
- 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.

## [0.26.3] - 2025-05-29

Expand Down
Loading