Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 02 May 07:24
· 7 commits to master since this release
c9403a2

4.0.0 (2022-05-02)

Bug Fixes

  • path: fixed parsing dot-paths and pointer paths for root ('.' and '/') (9bea504)

Features

  • core: moved to using json-cst instead of json-to-ast (b111ef5)
  • node: dropped support for Node 12 (c9403a2)

BREAKING CHANGES

  • node: Requires 14+
  • core: The return type of getParsedBy[Object,String] has changed, and
    getAstBy[Object,String] was renamed getParsedBy*