All Versions
19
Latest Version
Avg Release Cycle
127 days
Latest Release
2138 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.0 Changes
March 19, 2019- update
esprima
to 4.0.1 to handle async/await. - remote
test/
files from deploy.
- update
-
v0.7.0 Changes
August 26, 2015- Ignore TryStatement's "handlers" property in favor of "handler"
-
v0.6.0 Changes
March 31, 2015- allow custom parser. (#27)
-
v0.5.1 Changes
March 19, 2015- make it compatible with [email protected] (don't loop through the same CatchClause twice).
-
v0.5.0 Changes
February 26, 2015- updated
esprima
to v2.0 because of ES6 features and to avoidesprima-fb
bug related to RegExp.
- updated
-
v0.4.0 Changes
July 14, 2014- aliased
rocambole.recursive
asrocambole.walk
to avoid confusions. - switched
esprima
dependency toesprima-fb
because of ES6 features.
- aliased
-
v0.3.6 Changes
June 23, 2014- really handle sparse arrays (eg.
[,]
), fixes moonwalk. (#15)
- really handle sparse arrays (eg.
-
v0.3.5 Changes
June 23, 2014- handle sparse arrays (eg.
[,]
). (#15)
- handle sparse arrays (eg.
-
v0.3.4 Changes
June 23, 2014- only add
BlockComment.originalIndent
ifWhiteSpace
is on the start of a line.
- only add
-
v0.3.3 Changes
April 26, 2014- add
toString
to empty programs AST (#16)
- add