We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee03be3 commit 50fd1bcCopy full SHA for 50fd1bc
acorn-loose/CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 7.1.0 (2020-06-11)
2
+
3
+### Bug fixes
4
5
+Fix various issues in regexp validation.
6
7
+### New features
8
9
+Add support for `import.meta`.
10
11
+Add support for optional chaining (`?.`) and nullish coalescing (`??`).
12
13
+Support `export * as ns from "source"`.
14
15
## 7.0.0 (2019-08-12)
16
17
### Breaking changes
acorn-loose/package.json
@@ -4,7 +4,7 @@
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/acorn-loose.js",
"module": "dist/acorn-loose.mjs",
- "version": "7.0.0",
+ "version": "7.1.0",
"engines": {"node": ">=0.4.0"},
"dependencies": {
"acorn": "^7.0.0"
0 commit comments