Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@jg-rp jg-rp released this 07 Mar 08:19
· 61 commits to main since this release

Fixes

  • Fixed logical operator precedence in JSONPath filter expressions. Previously, logical or (||) had a higher precedence than logical and (&&). Now && binds more tightly than ||.

Features

  • Added nondeterministic to JSONPathEnvironmentOptions and environment variables to control nondeterminism and the location of cts.json when testing for compliance. See the README for a description of these environment variables.