Skip to content

v3.0.0

Compare
Choose a tag to compare
@chanind chanind released this 29 Oct 16:31
· 8 commits to master since this release
809517d

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