Releases: BowlingX/ra-postgraphile
Releases · BowlingX/ra-postgraphile
v6.1.3
6.1.3 (2024-10-05)
Bug Fixes
- infer return type of factory method to better support more recent
ra-data-graphql
versions (75815f7)
v6.1.2
6.1.2 (2023-10-06)
Bug Fixes
- make
graphql
a peer dependency. Use graphql ^15 by default. Fixes #115 (87f5464)
v6.1.1
6.1.1 (2023-05-24)
Bug Fixes
- make sure to apply arguments for expanded types if set (1688e73)
v6.1.0
6.1.0 (2022-05-16)
Features
- More robust custom typed id column handling (#95) (b7a336c)
v6.0.1
6.0.1 (2022-03-31)
Bug Fixes
- match with graphile-simple-inflector generated type by distinctPluralize (#89) (ea8770c)
v6.0.0
6.0.0 (2021-11-03)
Bug Fixes
- bumped required
ra-data-graphql
dependency, use @apollo/client
v3 adjusted types, refactored usage; Provide a way to override pluralize behaviour (fixes #78). (c3ae389)
- use latest lts nodes for builds; fixed deprecations in
ra-data-graphql
fixes #77 (f51cc69)
BREAKING CHANGES
- This version requires
ra-data-graphql
version >= 3.19.0
and @apollo/client
v3.
v5.0.0
5.0.0 (2021-09-12)
Bug Fixes
- non-id primary key handling. (70c5bbc), closes #71
BREAKING CHANGES
- This might be a breaking change for some people who relied on
nodeId
semantics.
v4.5.0
4.5.0 (2021-08-04)
Features
- filter: added
contains
support for standard postgraphile filters; Use with $contains: { ... }
. Thank you @bencpeters (41e4a29)
v4.4.3
4.4.3 (2021-07-04)
Bug Fixes
- npm: fixed semver range, bumped packages, fixes #66 (0e37413)
- tests: fixed tests after dependency upgrades (6a76e8a)
v4.4.2
4.4.2 (2021-07-03)
Bug Fixes
- np: fix missing
ofType
on custom types (#67) (507fbbb)