OLD | NEW |
| 1 2010-03-26: Version 2.1.10 |
| 2 |
| 3 Fixed scons build issues. |
| 4 |
| 5 Fixed a couple of minor bugs. |
| 6 |
| 7 |
1 2010-03-25: Version 2.1.9 | 8 2010-03-25: Version 2.1.9 |
2 | 9 |
3 Added API support for reattaching a global object to a context. | 10 Added API support for reattaching a global object to a context. |
4 | 11 |
5 Extended debugger API with access to the internal debugger context. | 12 Extended debugger API with access to the internal debugger context. |
6 | 13 |
7 Fixed Chromium crashes (issues http://crbug.com/39128 and | 14 Fixed Chromium crashes (issues http://crbug.com/39128 and |
8 http://crbug.com/39160) | 15 http://crbug.com/39160) |
9 | 16 |
10 | 17 |
(...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1584 | 1591 |
1585 Improved debugger support by allowing nested break points and by | 1592 Improved debugger support by allowing nested break points and by |
1586 dealing with stack-overflows when compiling functions before | 1593 dealing with stack-overflows when compiling functions before |
1587 setting break points in them. | 1594 setting break points in them. |
1588 | 1595 |
1589 | 1596 |
1590 2008-07-03: Version 0.1.0 | 1597 2008-07-03: Version 0.1.0 |
1591 | 1598 |
1592 Initial export. | 1599 Initial export. |
1593 | 1600 |
OLD | NEW |