Skip to content

Commit

Permalink
Mark version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Aug 12, 2020
1 parent 6a2acb7 commit 47a5aff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 8.0.0 (2020-08-12)

### Bug fixes

Disallow expressions like `(a = b) = c`.

Make non-octal escape sequences a syntax error in strict mode.

### New features

The package can now be loaded directly as an ECMAScript module in node 13+.

Update to the set of Unicode properties from ES2021.

### Breaking changes

The `ecmaVersion` option is now required. For the moment, omitting it will still work with a warning, but that will change in a future release.

Some changes to method signatures that may be used by plugins.

## 7.4.0 (2020-08-03)

### New features
Expand Down
2 changes: 1 addition & 1 deletion acorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"import": "./dist/acorn.mjs",
"require": "./dist/acorn.js"
},
"version": "7.4.0",
"version": "8.0.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down

0 comments on commit 47a5aff

Please sign in to comment.