OLD | NEW |
| 1 2009-07-09: Version 1.2.13 |
| 2 |
| 3 Fixed issue 397, issue 398, and issue 399. |
| 4 |
| 5 Added support for breakpoint groups. |
| 6 |
| 7 Fixed bugs introduced with the new global object representation. |
| 8 |
| 9 Fixed a few bugs in the ARM code generator. |
| 10 |
| 11 |
1 2009-07-06: Version 1.2.12 | 12 2009-07-06: Version 1.2.12 |
2 | 13 |
3 Added stack traces collection to Error objects accessible through | 14 Added stack traces collection to Error objects accessible through |
4 the e.stack property. | 15 the e.stack property. |
5 | 16 |
6 Changed RegExp parser to use a recursive data structure instead of | 17 Changed RegExp parser to use a recursive data structure instead of |
7 stack-based recursion. | 18 stack-based recursion. |
8 | 19 |
9 Optimized Date object construction and string concatenation. | 20 Optimized Date object construction and string concatenation. |
10 | 21 |
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1022 | 1033 |
1023 Improved debugger support by allowing nested break points and by | 1034 Improved debugger support by allowing nested break points and by |
1024 dealing with stack-overflows when compiling functions before | 1035 dealing with stack-overflows when compiling functions before |
1025 setting break points in them. | 1036 setting break points in them. |
1026 | 1037 |
1027 | 1038 |
1028 2008-07-03: Version 0.1.0 | 1039 2008-07-03: Version 0.1.0 |
1029 | 1040 |
1030 Initial export. | 1041 Initial export. |
1031 | 1042 |
OLD | NEW |