0.12.0
Added
- Allow to define join fields in
Flop.Schema
. - Allow to define compound fields in
Flop.Schema
. - Support filtering by join fields.
- Support filtering by compound fields.
- New filter operator
empty
. - New filter operator
not_empty
.
Changed
- Rename option
get_cursor_value_func
tocursor_value_func
. - Silently ignore filters with
nil
value for the field or the value instead of
raising anArgumentError
.