We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e7322 commit 71b433bCopy full SHA for 71b433b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+v2.0.2 - April 28, 2015
2
+
3
+* 2.0.2 (Nicholas C. Zakas)
4
+* Fix: Allow yield without value as function param (fixes #134) (Nicholas C. Zakas)
5
+* Fix: Allow computed generators in classes (fixes #123) (Nicholas C. Zakas)
6
+* Fix: Don't allow arrow function rest param (fixes #130) (Nicholas C. Zakas)
7
8
v2.0.1 - April 11, 2015
9
10
* 2.0.1 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
11
- "version": "2.0.1",
+ "version": "2.0.2",
12
"files": [
13
"bin",
14
"lib",
0 commit comments