Skip to content

v0.9.3

Compare
Choose a tag to compare
@adams85 adams85 released this 03 Apr 01:49
· 40 commits to master since this release

Improvements:

  • Add RangeRef and LocationRef to INode as well.
  • Expose input parameters and options as public properties in Tokenizer and Parser.

Bug fixes:

  • Compile adapted regex patterns on .NET 7+ only if they don't contain negative lookaround assertions (see also dotnet/runtime#97455).

Breaking changes:

  • Rename IDestructuringElement to IDestructuringPatternElement