We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614ec8d commit bfe3db4Copy full SHA for bfe3db4
CHANGELOG.md
@@ -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
10
v1.8.1 - February 7, 2015
11
12
* 1.8.1 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
- "version": "1.8.1",
+ "version": "1.9.0",
"files": [
13
"bin",
14
"lib",
0 commit comments