Skip to content

Commit c2a4ff0

Browse files
committed
1.5.0
1 parent 3a78a8a commit c2a4ff0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 1.5.0
8+
9+
* Add tests for async iteration, optional catch binding, import.meta,
10+
dynamic import, bigint (currently unsupported).
11+
* Add import.meta support. (`sourceType: 'module'` only)
12+
* Add dynamic import support. (`sourceType: 'module'` only)
13+
* Fix optional catch binding support in the walker.
14+
715
## 1.4.0
816

917
* Upgrade acorn to 5.6, which supports optional catch bindings and other

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "acorn-node",
33
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/browserify/acorn-node/issues"

0 commit comments

Comments
 (0)