OLD | NEW |
| 1 2010-10-13: Version 2.5.0 |
| 2 |
| 3 Fixed a bug in the handling of conditional expressions in test |
| 4 contexts in compiler for top-level code. |
| 5 |
| 6 Added "//@ sourceURL" information to the StackTrace API. |
| 7 |
| 8 Exposed RegExp construction through the API. |
| 9 |
| 10 |
1 2010-10-04: Version 2.4.8 | 11 2010-10-04: Version 2.4.8 |
2 | 12 |
3 Fixed a bug in ResumeProfilerEx causing it to not always write out the | 13 Fixed a bug in ResumeProfilerEx causing it to not always write out the |
4 whole snapshot (issue 868). | 14 whole snapshot (issue 868). |
5 | 15 |
6 Performance improvements on all platforms. | 16 Performance improvements on all platforms. |
7 | 17 |
8 | 18 |
9 2010-09-30: Version 2.4.7 | 19 2010-09-30: Version 2.4.7 |
10 | 20 |
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2126 | 2136 |
2127 Improved debugger support by allowing nested break points and by | 2137 Improved debugger support by allowing nested break points and by |
2128 dealing with stack-overflows when compiling functions before | 2138 dealing with stack-overflows when compiling functions before |
2129 setting break points in them. | 2139 setting break points in them. |
2130 | 2140 |
2131 | 2141 |
2132 2008-07-03: Version 0.1.0 | 2142 2008-07-03: Version 0.1.0 |
2133 | 2143 |
2134 Initial export. | 2144 Initial export. |
2135 | 2145 |
OLD | NEW |