Releases: graphile-contrib/postgraphile-plugin-connection-filter
Releases · graphile-contrib/postgraphile-plugin-connection-filter
v1.0.0-beta.4
- BREAKING: Renamed the
contains
string comparison operator toincludes
to make room for JSONB operatorscontains and containedBy
- Added JSONB operators
contains
andcontainedBy
v1.0.0-beta.3
- Add
isNull
operator; thenull
andis
operators 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
is
operator (an alternative syntax to thenull
operator)
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
similarTo
andnotSimilarTo
filter operators - Add
connectionFilterAllowedOperators
option 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