OLD | NEW |
| 1 2010-03-25: Version 2.1.9 |
| 2 |
| 3 Added API support for reattaching a global object to a context. |
| 4 |
| 5 Extended debugger API with access to the internal debugger context. |
| 6 |
| 7 Fixed Chromium crashes (issues http://crbug.com/39128 and |
| 8 http://crbug.com/39160) |
| 9 |
| 10 |
1 2010-03-24: Version 2.1.8 | 11 2010-03-24: Version 2.1.8 |
2 | 12 |
3 Added fine-grained garbage collection callbacks to the API. | 13 Added fine-grained garbage collection callbacks to the API. |
4 | 14 |
5 Performance improvements on all platforms. | 15 Performance improvements on all platforms. |
6 | 16 |
7 | 17 |
8 2010-03-22: Version 2.1.7 | 18 2010-03-22: Version 2.1.7 |
9 | 19 |
10 Fixed issue 650. | 20 Fixed issue 650. |
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1574 | 1584 |
1575 Improved debugger support by allowing nested break points and by | 1585 Improved debugger support by allowing nested break points and by |
1576 dealing with stack-overflows when compiling functions before | 1586 dealing with stack-overflows when compiling functions before |
1577 setting break points in them. | 1587 setting break points in them. |
1578 | 1588 |
1579 | 1589 |
1580 2008-07-03: Version 0.1.0 | 1590 2008-07-03: Version 0.1.0 |
1581 | 1591 |
1582 Initial export. | 1592 Initial export. |
1583 | 1593 |
OLD | NEW |