Skip to content

Releases: BYVoid/continuation

Version 0.1.7

08 Apr 12:55
Compare
Choose a tag to compare

2015-4-8

  • Fix function defination orders.

Version 0.1.6

08 Apr 12:55
Compare
Choose a tag to compare

2015-3-25

  • Fix more this binding issues.
  • Fix module searching bugs.
  • Fix continue in for in.

Version 0.1.4

08 Apr 12:57
Compare
Choose a tag to compare

2013-10-4

  • Fix this and argument.

Version 0.1.5

08 Apr 12:56
Compare
Choose a tag to compare

2015-3-6

  • Fix this binding issues.

Version 0.1.3

08 Apr 12:58
Compare
Choose a tag to compare

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

08 Apr 12:59
Compare
Choose a tag to compare

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

08 Apr 13:05
Compare
Choose a tag to compare

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

08 Apr 13:06
Compare
Choose a tag to compare

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

08 Apr 13:06
Compare
Choose a tag to compare

2012-12-5

  • Implemented asynchronous transformation of for..in statement

Version 0.0.7

08 Apr 13:06
Compare
Choose a tag to compare

2012-12-5

  • Support LiveScript
  • Show more beautiful error message of parsing