File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.11.0 - March 7, 2015
2
+
3
+ * 1.11.0 (Nicholas C. Zakas)
4
+ * Fix: Don't allow default export class by mistake (fixes #82 ) (Nicholas C. Zakas)
5
+ * Fix: Export default function should be FunctionDeclaration (fixes #81 ) (Nicholas C. Zakas)
6
+ * Fix: Ensure class declarations must have IDs outside of exports (refs #72 ) (Nicholas C. Zakas)
7
+ * Fix: export class expression support (refs #72 ) (Jamund Ferguson)
8
+ * Update: Add tests for sourceType=module (refs #72 ) (Nicholas C. Zakas)
9
+ * Fix: Class name should be id (fixes #78 ) (Nicholas C. Zakas)
10
+ * Fix: disallow import/export in functions (refs #72 ) (Jamund Ferguson)
11
+ * Test: strict mode enforced in modules (refs #72 ) (Jamund Ferguson)
12
+ * New: Add modules feature flag (refs #72 ) (Nicholas C. Zakas)
13
+ * merging upstream and solving conflicts for PR #43 (Caridy Patino)
14
+ * New: Add ES6 module support (fixes #35 ) (Caridy Patino)
15
+ * Update: Add TryStatement.handler (fixes #69 ) (Brandon Mills)
16
+ * Fix: Destructured Defaults (fixes #56 ) (Jamund Ferguson)
17
+ * Update: Refactor out comment attachment logic (Nicholas C. Zakas)
18
+
1
19
v1.10.0 - March 1, 2015
2
20
3
21
* 1.10.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.10 .0" ,
11
+ "version" : " 1.11 .0" ,
12
12
"files" : [
13
13
" bin" ,
14
14
" lib" ,
You can’t perform that action at this time.
0 commit comments