Skip to content

Release 0.166.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 06 Jul 02:58
· 1836 commits to master since this release

jsonpath bugs fixed:

  • Fixed issue with normalized paths produced by JSONPath expressions with filters

jsonpath enhancements:

  • Added support for a parent selector, using the `^' symbol,
    following jsonpath-plus.

  • Implemented a number of performance optimizations.

jsonschema enhancements:

  • Improved error messages reported when compiling a schema document

  • Added a check that the "$schema" keyword, if present, is Draft 7.