Releases: graphile-contrib/postgraphile-plugin-connection-filter
Releases · graphile-contrib/postgraphile-plugin-connection-filter
v1.0.1
v1.0.0
v1.0.0-rc.2
- Register plugin version on
build.versionsobject (for other plugins that depend on this plugin)
v1.0.0-rc.1
- Fix handling of JSON array input (#93)
v1.0.0-rc.0
- BREAKING CHANGE: Removed
existfield on one-to-many relation filters, which became redundant with the newExist/Existsfields - Allow filtering on existence of nullable relation nodes via
Exist/Existsfields (#90) - Remove dynamic require (#89)
- Fix inconsistent string ordering when running tests by switching to C collation
v1.0.0-beta.29
- Fix: Restored support for filtering domain types and internal
nametypes (#85)
v1.0.0-beta.28
- Fixed one-to-many relation filters producing incorrect SQL (#83)
- Added key existence operators for
JSONfields - Added operators for
KeyValueHashfields - Added operators for range fields
- Added support for functions with unnamed return types (
OUTarguments/RETURNS TABLEsyntax) (#78) - Added
connectionFilterLogicalOperatorsoption to allow opt-out of logical operators - Fixed invalid operators being exposed on
json-backed fields; operators only work onjsonb - Fixed invalid operators being exposed on unregistered types (e.g.
xml) - Added tests for all supported PG types and operators
v1.0.0-beta.27
- Support filtering on one-to-many relations
v1.0.0-beta.26
- Add
overlapsoperator for PG array columns
v1.0.0-beta.25
- Add
containsandcontainedByoperators for PG array columns