js2coffee
Version:
JavaScript to CoffeeScript compiler
84 lines (49 loc) • 1.95 kB
Markdown
## [redux] v0.0.17 - January 31, 2015
* Improve documentation
* Fix indentation of closing parenthesis
* Add global variable assignment warnings
* Escape global variable assignments in compat mode
## [redux] v0.0.16 - January 31, 2015
* Add spaces around block comments
* Implement `--indent`
* Support empty array slots (`[,0]`)
## [redux] v0.0.15 - January 27, 2015
* Transform `undefined` in compatibility mode
* Add more reserved keywords
* Handle blank ifs (`if (x){}`)
* Escape fuctions in tests (`if (function(){}){}`)
## [redux] v0.0.14 - January 27, 2015
* Implement `--compat` compatibility mode
* Escape `==` on compatibility mode
* Implement function defaults (`function x(a=b){}`)
## [redux] v0.0.13 - January 26, 2015
* Implement exponents (`Math.pow(a,b)` => `a ** b`)
* Implement IIFEs (`(function(){k})()` => `do -> k`)
## [redux] v0.0.12 - January 25, 2015
* Fix `continue` inside a switch case
## [redux] v0.0.11 - January 25, 2015
* Fix `continue` in `for` loop without initializer
## [redux] v0.0.10 - January 25, 2015
* Warn in `for..in` loops without var
* Fix `continue` inside `for` loops with update statements (#4)
* Big refactors
* Refactor some looping stuff
* Update estraverse
## [redux] v0.0.9 - January 24, 2015
Pre-release update (better esprima.parse error reporting).
## [redux] v0.0.8 - January 24, 2015
Pre-release update (reserved keywords).
## [redux] v0.0.7 - January 24, 2015
Pre-release update (improved comments support).
## [redux] v0.0.6 - January 24, 2015
Pre-release update (more warnings).
## [redux] v0.0.5 - January 24, 2015
Pre-release update (warnings support).
## [redux] v0.0.4 - January 23, 2015
Pre-release update (improve errors).
## [redux] v0.0.3 - January 23, 2015
Pre-release update (add `js2coffee.version`).
## [redux] v0.0.2 - January 23, 2015
Pre-release update (implement more edge cases).
## [redux] v0.0.1 - January 23, 2015
Initial release.