OLD | NEW |
1 2010-10-13: Version 2.5.0 | 1 2010-10-13: Version 2.4.9 |
2 | 2 |
3 Fixed a bug in the handling of conditional expressions in test | 3 Fixed a bug in the handling of conditional expressions in test |
4 contexts in compiler for top-level code. | 4 contexts in compiler for top-level code. |
5 | 5 |
6 Added "//@ sourceURL" information to the StackTrace API. | 6 Added "//@ sourceURL" information to the StackTrace API. |
7 | 7 |
8 Exposed RegExp construction through the API. | 8 Exposed RegExp construction through the API. |
9 | 9 |
10 | 10 |
11 2010-10-04: Version 2.4.8 | 11 2010-10-04: Version 2.4.8 |
(...skipping 2124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2136 | 2136 |
2137 Improved debugger support by allowing nested break points and by | 2137 Improved debugger support by allowing nested break points and by |
2138 dealing with stack-overflows when compiling functions before | 2138 dealing with stack-overflows when compiling functions before |
2139 setting break points in them. | 2139 setting break points in them. |
2140 | 2140 |
2141 | 2141 |
2142 2008-07-03: Version 0.1.0 | 2142 2008-07-03: Version 0.1.0 |
2143 | 2143 |
2144 Initial export. | 2144 Initial export. |
2145 | 2145 |
OLD | NEW |