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.versions
object (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
exist
field on one-to-many relation filters, which became redundant with the newExist
/Exists
fields - Allow filtering on existence of nullable relation nodes via
Exist
/Exists
fields (#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
name
types (#85)
v1.0.0-beta.28
- Fixed one-to-many relation filters producing incorrect SQL (#83)
- Added key existence operators for
JSON
fields - Added operators for
KeyValueHash
fields - Added operators for range fields
- Added support for functions with unnamed return types (
OUT
arguments/RETURNS TABLE
syntax) (#78) - Added
connectionFilterLogicalOperators
option 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
overlaps
operator for PG array columns
v1.0.0-beta.25
- Add
contains
andcontainedBy
operators for PG array columns