Releases: BYVoid/continuation
Releases · BYVoid/continuation
Version 0.1.7
Version 0.1.6
2015-3-25
- Fix more
this
binding issues. - Fix module searching bugs.
- Fix
continue
infor in
.
Version 0.1.4
2013-10-4
- Fix
this
andargument
.
Version 0.1.5
2015-3-6
- Fix
this
binding issues.
Version 0.1.3
2013-6-29
- Fix bugs which happen when multiple parallel statements in a block.
- Fix a bug of loading coffee-script with
require
. - Upgrade dependencies.
Version 0.1.2
2013-3-15
- Fix cache mode on Windows
- Fix synchronous try/catch block
- Fix nested function in try/catch block
- Refactor to reduce
normalize
Version 0.1.1
2012-12-9
- Preserve location and range information for every node in abstract syntax tree
- Implemented source map (unstable and untested)
Version 0.1.0
2012-12-8
- Implemented parallel statement, lightweight thread supported
- Load additional modules lazily in command line
- Refine many parts of code
Version 0.0.8
2012-12-5
- Implemented asynchronous transformation of for..in statement
Version 0.0.7
2012-12-5
- Support LiveScript
- Show more beautiful error message of parsing