Skip to content

v2.0.0

Compare
Choose a tag to compare
@keichi keichi released this 26 Sep 14:34
· 104 commits to master since this release

This release contains two backward incompatible changes:

  • Internet Explorer 11 and Node.js 10 or lower are unsupported. You might be able to make it work by using polyfills for TextDecoder and BigInt, but it is untested and unsupported.
  • Context variables are disabled by default due to their performance penalty and need to be explicitly enabled by calling .useContextVars() on the parser object.

Changelog: