Skip to content

Releases: BYVoid/continuation

Version 0.0.6

08 Apr 13:07
Compare
Choose a tag to compare

2012-12-1

  • Show more details if an error occurs while parsing
  • Check if needed to compile before parsing if 'explict' is specified

Version 0.0.5

08 Apr 13:07
Compare
Choose a tag to compare

2012-10-10

  • Compile source code only if needed
  • Add 'explicit' and 'verbose' options for compilation and loading
  • Implemented script loading cache
  • Supported LogicalExpression,RegExp, etc
  • Fixed a bug if no 'catch' clause found in try statement
  • Fixed a bug about nested try and if statements

Version 0.0.4

08 Apr 13:07
Compare
Choose a tag to compare

2012-10-02

  • Loading and automatically compiling by require() is working
  • Supported Coffee Script
  • Implemented 'defer' statement
  • Added browser and node.js examples

Version 0.0.3

08 Apr 13:07
Compare
Choose a tag to compare

2012-10-01

  • Added try..catch statement support
  • Declare arguments in cont() automatically
  • Eliminated generated empty 'else' block
  • Refactored variables declaration extraction
  • Use 2-space indent to generate code
  • Supported array and object
  • Added more test cases

Version 0.0.2

08 Apr 13:08
Compare
Choose a tag to compare

2012-09-29

  • Fixed bugs and added more test cases and examples

Version 0.0.1

08 Apr 12:54
Compare
Choose a tag to compare

2012-09-22

  • First version