UNPKG

1.22 kBMarkdownView Raw
1#Change Log
2
3## 0.0.8
4
52012-12-5
6
7* Implemented asynchronous transformation of for..in statement
8
9## 0.0.7
10
112012-12-5
12
13* Support LiveScript
14* Show more beautiful error message of parsing
15
16## 0.0.6
17
182012-12-1
19
20* Show more details if an error occurs while parsing
21* Check if needed to compile before parsing if 'explict' is specified
22
23## 0.0.5
24
252012-10-10
26
27* Compile source code only if needed
28* Add 'explicit' and 'verbose' options for compilation and loading
29* Implemented script loading cache
30* Supported LogicalExpression,RegExp, etc
31* Fixed a bug if no 'catch' clause found in try statement
32* Fixed a bug about nested try and if statements
33
34## 0.0.4
35
362012-10-02
37
38* Loading and automatically compiling by require() is working
39* Supported Coffee Script
40* Implemented 'defer' statement
41* Added browser and node.js examples
42
43## 0.0.3
44
452012-10-01
46
47* Added try..catch statement support
48* Declare arguments in cont() automatically
49* Eliminated generated empty 'else' block
50* Refactored variables declaration extraction
51* Use 2-space indent to generate code
52* Supported array and object
53* Added more test cases
54
55## 0.0.2
56
572012-09-29
58
59* Fixed bugs and added more test cases and examples
60
61## 0.0.1
62
632012-09-22
64
65* First version