Releases: graphile-contrib/postgraphile-plugin-connection-filter
Releases · graphile-contrib/postgraphile-plugin-connection-filter
v1.0.0-beta.4
- BREAKING: Renamed the
containsstring comparison operator toincludesto make room for JSONB operatorscontains and containedBy - Added JSONB operators
containsandcontainedBy
v1.0.0-beta.3
- Add
isNulloperator; thenullandisoperators are deprecated and will be removed in the stable release of v1.0.0
v1.0.0-beta.2
- Add connectionFilterSetofFunctions option to enable/disable filtering on functions that return setof (default: true)
v1.0.0-beta.1
- BREAKING: Expose filters on functions that return setof
v1.0.0-beta.0
- Compatible with PostGraphile v4.0.0-beta
- Add
isoperator (an alternative syntax to thenulloperator)
v1.0.0-alpha.10
- BREAKING: Expose PostGraphile-inferred "computed columns" as filterable fields
- Add connectionFilterComputedColumns option to enable/disable filtering on computed columns (default: true)
v1.0.0-alpha.9
- Compatible with PostGraphile v4.0.0-alpha2.33
v1.0.0-alpha.8
- Add
similarToandnotSimilarTofilter operators - Add
connectionFilterAllowedOperatorsoption to limit the exposed operators
v1.0.0-alpha.7
- Compatible with PostGraphile v4.0.0-alpha2.30
v1.0.0-alpha.6
- BREAKING: Replace connectionFilterUsesShortNames option with connectionFilterOperatorNames