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 1b1967e commit 21f73f3Copy full SHA for 21f73f3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v2.0.4 - June 26, 2015
2
+
3
+* 2.0.4 (Nicholas C. Zakas)
4
+* Docs: added missing `ecmaFeatures.superInFunctions` option from doc (Clément Fiorio)
5
+* Fix: "await" is a future reserved word (fixes #151) (Jose Roberto Vidal)
6
7
v2.0.3 - June 2, 2015
8
9
* 2.0.3 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
10
},
11
- "version": "2.0.3",
+ "version": "2.0.4",
12
"files": [
13
"bin",
14
"lib",
0 commit comments