File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.12.0 - March 14, 2015
2
+
3
+ * 1.12.0 (Nicholas C. Zakas)
4
+ * Fix: Update broken tests (Nicholas C. Zakas)
5
+ * New: Add sourceType to Program node (fixes #93 ) (Nicholas C. Zakas)
6
+ * Allow spread in more places (fixes #89 ) (Nicholas C. Zakas)
7
+ * Fix: Deeply nested template literals (fixes #86 ) (Nicholas C. Zakas)
8
+ * Fix: Allow super in classes by default (fixes #87 ) (Nicholas C. Zakas)
9
+ * Fix: generator methods in classes (fixes #85 ) (Jamund Ferguson)
10
+ * Remove XJS note from Esprima-FB incompatibilities (Joe Lencioni)
11
+
1
12
v1.11.0 - March 7, 2015
2
13
3
14
* 1.11.0 (Nicholas C. Zakas)
Original file line number Diff line number Diff line change 8
8
"esparse" : " ./bin/esparse.js" ,
9
9
"esvalidate" : " ./bin/esvalidate.js"
10
10
},
11
- "version" : " 1.11 .0" ,
11
+ "version" : " 1.12 .0" ,
12
12
"files" : [
13
13
" bin" ,
14
14
" lib" ,
You can’t perform that action at this time.
0 commit comments