OLD | NEW |
| 1 2009-01-19: Version 0.4.8.1 |
| 2 |
| 3 Minor patch to debugger support. |
| 4 |
| 5 |
1 2009-01-16: Version 0.4.8 | 6 2009-01-16: Version 0.4.8 |
2 | 7 |
3 Fixed string length bug on ARM (issue 171). | 8 Fixed string length bug on ARM (issue 171). |
4 | 9 |
5 Made most methods in the API const. | 10 Made most methods in the API const. |
6 | 11 |
7 Optimized object literals by improving data locality. | 12 Optimized object literals by improving data locality. |
8 | 13 |
9 Fixed bug that caused incomplete functions to be cached in case of | 14 Fixed bug that caused incomplete functions to be cached in case of |
10 » stack overflow exceptions. | 15 stack overflow exceptions. |
11 | 16 |
12 Fixed bugs that caused catch variables and variables introduced by | 17 Fixed bugs that caused catch variables and variables introduced by |
13 » eval to behave incorrectly when using accessors (issues 186, 190 | 18 eval to behave incorrectly when using accessors (issues 186, 190 |
14 » and 191). | 19 and 191). |
15 | 20 |
16 | 21 |
17 2009-01-06: Version 0.4.7 | 22 2009-01-06: Version 0.4.7 |
18 | 23 |
19 Minor bugfixes and optimizations. | 24 Minor bugfixes and optimizations. |
20 | 25 |
21 Added command line debugger to D8 shell. | 26 Added command line debugger to D8 shell. |
22 | 27 |
23 Fixed subtle bug that caused the wrong 'this' to be used when | 28 Fixed subtle bug that caused the wrong 'this' to be used when |
24 calling a caught function in a catch clause. | 29 calling a caught function in a catch clause. |
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 | 560 |
556 Improved debugger support by allowing nested break points and by | 561 Improved debugger support by allowing nested break points and by |
557 dealing with stack-overflows when compiling functions before | 562 dealing with stack-overflows when compiling functions before |
558 setting break points in them. | 563 setting break points in them. |
559 | 564 |
560 | 565 |
561 2008-07-03: Version 0.1.0 | 566 2008-07-03: Version 0.1.0 |
562 | 567 |
563 Initial export. | 568 Initial export. |
564 | 569 |
OLD | NEW |