Skip to content

0.12.0

Compare
Choose a tag to compare
@woylie woylie released this 11 Aug 12:52
· 866 commits to main since this release
5159594

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 to cursor_value_func.
  • Silently ignore filters with nil value for the field or the value instead of
    raising an ArgumentError.