We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0033586 commit b66aa99Copy full SHA for b66aa99
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+v1.8.0 - February 6, 2015
2
+
3
+* 1.8.0 (Nicholas C. Zakas)
4
+* New: Support for Arrow Functions (refs #10) (Jamund Ferguson)
5
+* New: Allow super references in functions (refs #10) (Nicholas C. Zakas)
6
+* Update create-test.js (Jamund Ferguson)
7
+* Fix: Tokenization for template strings (fixes #44) (Nicholas C. Zakas)
8
+* New: Allow return in global scope (fixes #46) (Nicholas C. Zakas)
9
10
v1.7.1 - January 23, 2015
11
12
* 1.7.1 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
- "version": "1.7.1",
+ "version": "1.8.0",
"files": [
13
"bin",
14
"lib",
0 commit comments