Version 1.3.2
Fixes
- Fixed more I-Regexp to RegExp pattern mapping. See jsonpath-compliance-test-suite#77.
- We now check that regular expression patterns passed to
matchandsearchare valid according to RFC 9485. The standard behavior is to silently returnfalsefrom these filter function if the pattern is invalid. ThethrowErrorsoption can be passed toMatchand/orSearchto throw an error instead, and theiRegexpCheckoption can be set tofalseto disable I-Regexp checks.