Commit 509409d
committed
chore(release): cut the 2.0.0 release
# [2.0.0](v1.0.1...v2.0.0) (2026-01-23)
### Bug Fixes
* **parser:** normalize token to lower case ([#85](#85)) ([aa11a07](aa11a07)), closes [#1](#1)
### Features
* **extract:** allow to extract multiple expressions from string ([#87](#87)) ([7d0d29c](7d0d29c)), closes [#3](#3) [#81](#81)
* implement proper parsing (CST/AST/XML) ([#84](#84)) ([661687f](661687f))
* minimal Node.js version is now 16.14.0 ([24df0f0](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.01 parent 1951e67 commit 509409d
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments