Skip to content

v2.0.0

Compare
Choose a tag to compare
@chanind chanind released this 08 Sep 14:06
· 9 commits to master since this release
62e8211

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