Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 13, 2019
1 parent e211dc2 commit f0c0cec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.8.0
* Upgrade acorn to v7.

For backwards compatibility, `acorn-node` still uses the `Import` node type for dynamic imports, _NOT_ `ImportExpression` like acorn v7 and estree.
* Add numeric separator support:
```js
var a = 10_000_000_000_000_000_000_000_000n;
```

## 1.7.0
* Add class instance fields support:
```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acorn-node",
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
"version": "1.7.0",
"version": "1.8.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/browserify/acorn-node/issues"
Expand Down

0 comments on commit f0c0cec

Please sign in to comment.