OLD | NEW |
| 1 2010-02-23: Version 2.1.2 |
| 2 |
| 3 Fix a crash bug caused by wrong assert. |
| 4 |
| 5 Fix a bug with register names on 64-bit V8 (issue 615). |
| 6 |
| 7 Performance improvements on all platforms. |
| 8 |
1 2010-02-19: Version 2.1.1 | 9 2010-02-19: Version 2.1.1 |
2 | 10 |
3 [ES5] Implemented Object.defineProperty. | 11 [ES5] Implemented Object.defineProperty. |
4 | 12 |
5 Improved profiler support. | 13 Improved profiler support. |
6 | 14 |
7 Added SetPrototype method in the public V8 API. | 15 Added SetPrototype method in the public V8 API. |
8 | 16 |
9 Added GetScriptOrigin and GetScriptLineNumber methods to Function | 17 Added GetScriptOrigin and GetScriptLineNumber methods to Function |
10 objects in the API. | 18 objects in the API. |
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1513 | 1521 |
1514 Improved debugger support by allowing nested break points and by | 1522 Improved debugger support by allowing nested break points and by |
1515 dealing with stack-overflows when compiling functions before | 1523 dealing with stack-overflows when compiling functions before |
1516 setting break points in them. | 1524 setting break points in them. |
1517 | 1525 |
1518 | 1526 |
1519 2008-07-03: Version 0.1.0 | 1527 2008-07-03: Version 0.1.0 |
1520 | 1528 |
1521 Initial export. | 1529 Initial export. |
1522 | 1530 |
OLD | NEW |