Skip to content

Commit

Permalink
docs(CHANGES): credit
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 9, 2024
1 parent 3d7767c commit 0c8dbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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.
- feat: add safe eval for browser and `eval` option (#185) (@80avin)
- feat: add `ignoreEvalErrors` property (@80avin)

## 8.1.0

Expand Down

0 comments on commit 0c8dbcf

Please sign in to comment.