Skip to content

Commit b66aa99

Browse files
committed
1.8.0
1 parent 0033586 commit b66aa99

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
v1.7.1 - January 23, 2015
211

312
* 1.7.1 (Nicholas C. Zakas)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esparse": "./bin/esparse.js",
99
"esvalidate": "./bin/esvalidate.js"
1010
},
11-
"version": "1.7.1",
11+
"version": "1.8.0",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)