Skip to content

2.0.0 Major Release

Compare
Choose a tag to compare
@andrew-coleman andrew-coleman released this 19 Dec 12:19
· 26 commits to master since this release
99717d9

Version 2.0.0 contains a breaking change to the Javascript API as a result of reimplementing the evaluator to use async functions instead of generators. This provides a performance boost. No breaking changes have been made to the JSONata language itself.

Faster JSONata evaluation by switching from generators to async/await (PR #583)
Add support for parsing binary, octal & hexadecimal numbers (PR #573)