Skip to content

Releases: graphql-query-rewriter/core

v3.1.0

29 May 13:32
9dbcdea
Compare
Choose a tag to compare

3.1.0 (2022-05-29)

Features

v3.0.1

12 Nov 20:30
Compare
Choose a tag to compare

3.0.1 (2020-11-12)

Bug Fixes

  • Fixing bug rewriting array field responses (adae5d5)

v3.0.0

29 Oct 16:31
809517d
Compare
Choose a tag to compare

3.0.0 (2020-10-29)

Features

  • allow rewriters to modify parent result (#22) (809517d)

BREAKING CHANGES

  • Changes the behavior of Rewriter.rewriteResponse so that implementations modify the parent result instead of only returning the result of the key path.

  • refactor: remove direct mutation of rewritten responses

  • fix: use previous logic for rewriting array children

v2.0.0

08 Sep 14:06
62e8211
Compare
Choose a tag to compare

2.0.0 (2020-09-08)

Features

  • rewriter: expose parent object and element path to rewriter (#20) (62e8211)

BREAKING CHANGES

  • rewriter: This changes the definition of Rewriter.rewriteResponse. The path references the location of the element while the response points to the parent of the element. Combining these will result in the original behavior.

  • refactor: rename property to fix shallowing

  • refactor: rename variable for clarity

v1.4.0

20 Feb 10:49
42c05c8
Compare
Choose a tag to compare

1.4.0 (2020-02-20)

Features

  • make matches public on RewriterHandler (#17) (42c05c8)

v1.3.0

27 Dec 04:53
Compare
Choose a tag to compare

1.3.0 (2019-12-27)

Features

  • JsonToTypedObjectRewriter (790e6e5)

v1.2.0

07 Oct 13:43
975acc8
Compare
Choose a tag to compare

1.2.0 (2019-10-07)

Features

  • adding matchConditions which can be used to further restrict matches (#8) (975acc8)

v1.1.0

06 Oct 18:14
aee2dac
Compare
Choose a tag to compare

1.1.0 (2019-10-06)

Features

  • ScalarFieldToObjectFieldRewriter (#7) (aee2dac)

v1.0.3

04 Oct 15:46
36a5025
Compare
Choose a tag to compare

1.0.3 (2019-10-04)

Bug Fixes

  • fixing a bug with matching deeply nested fields (8d3e764)

v1.0.2

24 Apr 21:03
Compare
Choose a tag to compare

1.0.2 (2019-04-24)

Bug Fixes

  • stricter linting, and downgrading typescript for compatibility (5153859)