File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.5.0 - December 29, 2014
2
+
3
+ * 1.5.0 (Nicholas C. Zakas)
4
+ * Docs: Update README with compat info (Nicholas C. Zakas)
5
+ * Update: Add regex parsing test (Nicholas C. Zakas)
6
+ * Update: s/XJS/JSX/g (Nicholas C. Zakas)
7
+ * Build: Update release script (Nicholas C. Zakas)
8
+ * Update: Move SyntaxTree to ast-node-factory.js (FredKSchott)
9
+ * New: Add JSX parsing (fixes #26 ) (Nicholas C. Zakas)
10
+ * Update: Switch location marker logic (fixes #15 ) (Nicholas C. Zakas)
11
+ * 1.4.0 (Nicholas C. Zakas)
12
+
1
13
v1.4.0 - December 23, 2014
2
14
3
15
* 1.4.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.4 .0" ,
11
+ "version" : " 1.5 .0" ,
12
12
"files" : [
13
13
" bin" ,
14
14
" lib" ,
You can’t perform that action at this time.
0 commit comments