Skip to content

Commit db78c0b

Browse files
author
Sander Toonen
committed
Update changelog and package.json metadata
1 parent 6b8a345 commit db78c0b

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.0.0]
4+
5+
- Fork of https://github.com/msironi/expr-eval because we introduce some breaking changes
6+
- BREAKING CHANGE: Concatenation operator is renamed from || to | in order to avoid ambiguity with the logical or-operator.
7+
- Support the logical && and ||-operators
8+
- Support property access using the backet notation which allows for dereferencing properties using a variable.
9+
- Fetching an unknown array index will now result in undefined instead of the first element in the array.
10+
311
## [2.0.2.1] 2025-05-07
412

513
- Fork of https://github.com/silentmatt/expr-eval which appears to be abandoned

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/msironi/expr-eval.git"
39+
"url": "git+https://github.com/Pro-Fa/expr-eval.git"
4040
},
4141
"keywords": [
4242
"expression",
@@ -46,10 +46,10 @@
4646
"function",
4747
"parser"
4848
],
49-
"author": "Matthew Crumley, Mark Sironi",
49+
"author": "Matthew Crumley, Mark Sironi, Sander Toonen",
5050
"license": "MIT",
5151
"bugs": {
52-
"url": "https://github.com/msironi/expr-eval/issues"
52+
"url": "https://github.com/Pro-Fa/expr-eval/issues"
5353
},
54-
"homepage": "https://github.com/msironi/expr-eval#readme"
54+
"homepage": "https://github.com/Pro-Fa/expr-eval#readme"
5555
}

0 commit comments

Comments
 (0)