Skip to content

Commit 509409d

Browse files
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.0
1 parent 1951e67 commit 509409d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.0.1",
6+
"version": "2.0.0",
77
"description": "Arazzo Runtime expressions parser, validator and extractor.",
88
"main": "./cjs/index.cjs",
99
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)