Skip to content

Releases: graphile-contrib/postgraphile-plugin-connection-filter

v1.0.1

31 May 20:16
Compare
Choose a tag to compare
  • Fixed missing quotes around identifier when resolving SQL for empty array input (#96)

v1.0.0

31 May 20:15
Compare
Choose a tag to compare
  • Initial stable release

v1.0.0-rc.2

01 Apr 22:06
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • Register plugin version on build.versions object (for other plugins that depend on this plugin)

v1.0.0-rc.1

01 Apr 22:04
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Fix handling of JSON array input (#93)

v1.0.0-rc.0

11 Mar 16:56
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release
  • BREAKING CHANGE: Removed exist field on one-to-many relation filters, which became redundant with the new Exist/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

18 Feb 12:11
Compare
Choose a tag to compare
v1.0.0-beta.29 Pre-release
Pre-release
  • Fix: Restored support for filtering domain types and internal name types (#85)

v1.0.0-beta.28

06 Feb 19:34
Compare
Choose a tag to compare
v1.0.0-beta.28 Pre-release
Pre-release
  • 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 on jsonb
  • 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

06 Feb 19:15
Compare
Choose a tag to compare
v1.0.0-beta.27 Pre-release
Pre-release
  • Support filtering on one-to-many relations

v1.0.0-beta.26

12 Jan 21:06
Compare
Choose a tag to compare
v1.0.0-beta.26 Pre-release
Pre-release
  • Add overlaps operator for PG array columns

v1.0.0-beta.25

10 Jan 17:51
Compare
Choose a tag to compare
v1.0.0-beta.25 Pre-release
Pre-release
  • Add contains and containedBy operators for PG array columns