Skip to content

Commit bfe3db4

Browse files
committed
1.9.0
1 parent 614ec8d commit bfe3db4

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.9.0 - February 21, 2015
2+
3+
* 1.9.0 (Nicholas C. Zakas)
4+
* Fix: Extend property method range and loc to include params (fixes #36) (Brandon Mills)
5+
* New: spread operator (refs #10) (Jamund Ferguson)
6+
* Fix: incorrectly parsed arrow fragment (refs #58) (Jamund Ferguson)
7+
* New: Rest Parameter (refs: #10) (Jamund Ferguson)
8+
* New: Destructuring (refs #10) (Jamund Ferguson)
9+
110
v1.8.1 - February 7, 2015
211

312
* 1.8.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.8.1",
11+
"version": "1.9.0",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)