Skip to content

v1.3.0

Compare
Choose a tag to compare
@mitchhentges mitchhentges released this 07 Apr 18:42
· 25 commits to master since this release

Performance and array-index-trace release

  • Array index is now shown in JSON traces. [0] is the first element, [1] is the second, and so on
  • Can now parse strings, numbers and constants as the root element. It doesn't have to be an array or object anymore
  • More internal consistency in the way root objects are handled
  • Performance increased by at least 25% (only one stack is used for managing state)