Skip to content

Version 0.10.1

Compare
Choose a tag to compare
@jg-rp jg-rp released this 08 Oct 15:53
· 82 commits to main since this release
6f9e3be

Hot fix

  • Fixed priority of JSONPath lexer rules. Previously, standard short tokens (like * and ?) had a higher priority than environment controlled tokens (like JSONPathEnvironment.keys_selector_token), making it impossible to incorporate short token characters into longer environment-controlled tokens.