Skip to content

Commit 3d7767c

Browse files
committed
docs(CHANGES): update
Also: - chore: linting
1 parent 70d2bf2 commit 3d7767c

File tree

4 files changed

+4804
-3901
lines changed

4 files changed

+4804
-3901
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGES for jsonpath-plus
22

3+
## 9.0.0
4+
5+
BREAKING CHANGES:
6+
- Removes `preventEval` property. Prefer `eval: false` instead.
7+
- Changed behavior of `eval` property. In the browser, `eval`/`Function` won't be used by default to evaluate expressions. Instead, we'll safely evaluate using a subset of JavaScript. To resume using unsafe eval in the browser, pass in the option `eval: "native"`
8+
9+
- feat: add safe eval for browser and `eval` option (#185)
10+
- feat: add `ignoreEvalErrors` property.
11+
312
## 8.1.0
413

514
- feat: add basic cli (#206) (@vid)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "8.1.0",
4+
"version": "9.0.0",
55
"type": "module",
66
"bin": {
77
"jsonpath": "./bin/jsonpath-cli.js",

0 commit comments

Comments
 (0)