6.1.3 (2024-10-05)
- infer return type of factory method to better support more recent
ra-data-graphql
versions (75815f7)
6.1.2 (2023-10-06)
6.1.1 (2023-05-24)
- make sure to apply arguments for expanded types if set (1688e73)
6.1.0 (2022-05-16)
6.0.1 (2022-03-31)
6.0.0 (2021-11-03)
- 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)
- This version requires
ra-data-graphql
version >=3.19.0
and@apollo/client
v3.
5.0.0 (2021-09-12)
- This might be a breaking change for some people who relied on
nodeId
semantics.
4.5.0 (2021-08-04)
- filter: added
contains
support for standard postgraphile filters; Use with$contains: { ... }
. Thank you @bencpeters (41e4a29)
4.4.3 (2021-07-04)
- npm: fixed semver range, bumped packages, fixes #66 (0e37413)
- tests: fixed tests after dependency upgrades (6a76e8a)
4.4.2 (2021-07-03)
4.4.1 (2021-06-06)
- filters: do not throw an exception for optional operator (f4f3c01)
4.4.0 (2021-06-06)
- filters: make operator optional if value is an object (23a8342)
4.3.0 (2021-06-06)
- filter-key: make the filter key customizable for custom filters; added
key
attribute. (8753b6b)
4.2.0 (2020-11-22)
- filters: Support alternative filter operators @hjr3 @christiaanwesterbeek (26fc8d4)
4.1.2 (2020-11-22)
- non-null: Fixed non null types for lists (414482a)
4.1.1 (2020-11-17)
4.1.0 (2020-09-21)
- excludeFields: added
FetchQueryType
argument toexcludeFields
andincludeFields
, fixes #23 (d917e7e)
4.0.2 (2020-07-24)
- types: adjusted filter types (765d220)
4.0.1 (2020-07-24)
- docs: added git plugin to push back changelogs. (5057f72)