|
26 | 26 | - Replace `Number.NEGATIVE_INFINITY` with `Math.NEGATIVE_INFINITY`
|
27 | 27 | - Replace `Number.POSITIVE_INFINITY` with `Math.POSITIVE_INFINITY`
|
28 | 28 |
|
29 |
| -##2016-08-24(1.0.4) |
| 29 | +## 2016-08-24(1.0.4) |
30 | 30 | - Fixed conversion of unary operator after declaration of block
|
31 | 31 | - Fixed convesion `of if(number)`
|
32 | 32 | - Fixed conversion of `array.join("\n")`
|
|
52 | 52 | - Loops will be converted to `while` instead of `for` for proper iteration variable modification
|
53 | 53 | - Only first character of package will be transformed to lower case
|
54 | 54 |
|
55 |
| -##2016-08-05(1.0.3) |
| 55 | +## 2016-08-05(1.0.3) |
56 | 56 | - Fixed call for `haxe.Json.parse` instead of `JSON.parse` (closes issue #83)
|
57 | 57 | - Fixed casting of `uint(1)` (closes issue #85)
|
58 | 58 | - Fixed conversion of [String.]charAt() with zero args (closes issue #69)
|
|
83 | 83 | - Replace `array.slice()` with `array.copy()` (closes issue #68)
|
84 | 84 | - Replace `NaN` with `Math.NaN` (closes issue #89)
|
85 | 85 |
|
86 |
| -##2013-10-28 - Scott Lee |
| 86 | +## 2013-10-28 - Scott Lee |
87 | 87 | - Move to Haxe 3 and neko 2
|
88 | 88 |
|
89 |
| -##2013-08-01 - Yanhick, Richard, Todd |
| 89 | +## 2013-08-01 - Yanhick, Richard, Todd |
90 | 90 | - added many improvements to generated code style
|
91 | 91 | - replaced as3 "toString" by Haxe "Std.string"
|
92 | 92 | - replaced as3 "Date" by Haxe "Date.now" for current time
|
|
111 | 111 | - Removed conversion of escape sequences in Parser.readString
|
112 | 112 | - Added odd as3 vector constructor style: mStringVec = new <String>["a","b"];
|
113 | 113 |
|
114 |
| -##2011-10-19 - Russell |
| 114 | +## 2011-10-19 - Russell |
115 | 115 | - Added writing out class inits
|
116 | 116 | - Fixed empty functions returning f.expr = Object (messed up metadata parsing)
|
117 | 117 | - Improved metadata support for [Bindable("move")]
|
|
132 | 132 | - Skip comments in object create or fuction calls
|
133 | 133 | - Support for Vector added to Writer
|
134 | 134 |
|
135 |
| -##2011-10-14 - Russell |
| 135 | +## 2011-10-14 - Russell |
136 | 136 | - cleaned formatting on comments
|
137 | 137 | - added === support (missed)
|
138 | 138 | - added -no-cast-guess
|
139 | 139 |
|
140 |
| -##2011-10-12 - Russell |
| 140 | +## 2011-10-12 - Russell |
141 | 141 | - added comments
|
142 | 142 | - fixed static var initializations were not output
|
143 | 143 | - added output for the "as" keyword
|
|
0 commit comments