Skip to content

Commit

Permalink
docs(CHANGES): update
Browse files Browse the repository at this point in the history
Also:
- chore: linting
  • Loading branch information
brettz9 committed May 9, 2024
1 parent 70d2bf2 commit 3d7767c
Show file tree
Hide file tree
Showing 4 changed files with 4,804 additions and 3,901 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGES for jsonpath-plus

## 9.0.0

BREAKING CHANGES:
- Removes `preventEval` property. Prefer `eval: false` instead.
- 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"`

- feat: add safe eval for browser and `eval` option (#185)
- feat: add `ignoreEvalErrors` property.

## 8.1.0

- feat: add basic cli (#206) (@vid)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "8.1.0",
"version": "9.0.0",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
Expand Down
Loading

0 comments on commit 3d7767c

Please sign in to comment.