Skip to content

v2.0.0

Choose a tag to compare

@char0n char0n released this 23 Jan 13:59
· 13 commits to main since this release

2.0.0 (2026-01-23)

Bug Fixes

  • parser: normalize token to lower case (#85) (aa11a07), closes #1

Features

  • extract: allow to extract multiple expressions from string (#87) (7d0d29c), closes #3 #81
  • implement proper parsing (CST/AST/XML) (#84) (661687f)
  • minimal Node.js version is now 16.14.0 (24df0f0)

BREAKING CHANGES

  • extract: signature of extract function changed.
  • this is a breaking change as the results that parser is producing has
    radically diffrent shape and semantics.
  • minimal Node.js version was bumped from 12.20.0 to 16.14.0