Skip to content

Latest commit

 

History

History
144 lines (63 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

144 lines (63 loc) · 6.57 KB

6.1.3 (2024-10-05)

Bug Fixes

  • infer return type of factory method to better support more recent ra-data-graphql versions (75815f7)

6.1.2 (2023-10-06)

Bug Fixes

  • make graphql a peer dependency. Use graphql ^15 by default. Fixes #115 (87f5464)

6.1.1 (2023-05-24)

Bug Fixes

  • make sure to apply arguments for expanded types if set (1688e73)

6.1.0 (2022-05-16)

Features

  • More robust custom typed id column handling (#95) (b7a336c)

6.0.1 (2022-03-31)

Bug Fixes

  • match with graphile-simple-inflector generated type by distinctPluralize (#89) (ea8770c)

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.

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.

4.5.0 (2021-08-04)

Features

  • filter: added contains support for standard postgraphile filters; Use with $contains: { ... }. Thank you @bencpeters (41e4a29)

4.4.3 (2021-07-04)

Bug Fixes

  • npm: fixed semver range, bumped packages, fixes #66 (0e37413)
  • tests: fixed tests after dependency upgrades (6a76e8a)

4.4.2 (2021-07-03)

Bug Fixes

  • np: fix missing ofType on custom types (#67) (507fbbb)

4.4.1 (2021-06-06)

Bug Fixes

  • filters: do not throw an exception for optional operator (f4f3c01)

4.4.0 (2021-06-06)

Features

  • filters: make operator optional if value is an object (23a8342)

4.3.0 (2021-06-06)

Features

  • filter-key: make the filter key customizable for custom filters; added key attribute. (8753b6b)

4.2.0 (2020-11-22)

Features

4.1.2 (2020-11-22)

Bug Fixes

  • non-null: Fixed non null types for lists (414482a)

4.1.1 (2020-11-17)

Bug Fixes

  • lists: Fixed issues with List[Type!]! see pr #43 (934fa91)

4.1.0 (2020-09-21)

Features

  • excludeFields: added FetchQueryType argument to excludeFields and includeFields, fixes #23 (d917e7e)

4.0.2 (2020-07-24)

Bug Fixes

  • types: adjusted filter types (765d220)

4.0.1 (2020-07-24)

Bug Fixes

  • docs: added git plugin to push back changelogs. (5057f72)