v4.0.0
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*