OLD | NEW |
| 1 2010-03-10: Version 2.1.3 |
| 2 |
| 3 Added API method for context-disposal notifications. |
| 4 |
| 5 Added API method for accessing elements by integer index. |
| 6 |
| 7 Added missing implementation of Uint32::Value and Value::IsUint32 |
| 8 API methods. |
| 9 |
| 10 Added IsExecutionTerminating API method. |
| 11 |
| 12 Disabled strict aliasing for GCC 4.4. |
| 13 |
| 14 Fixed string-concatenation bug (issue 636). |
| 15 |
| 16 Performance improvements on all platforms. |
| 17 |
| 18 |
1 2010-02-23: Version 2.1.2 | 19 2010-02-23: Version 2.1.2 |
2 | 20 |
3 Fix a crash bug caused by wrong assert. | 21 Fix a crash bug caused by wrong assert. |
4 | 22 |
5 Fix a bug with register names on 64-bit V8 (issue 615). | 23 Fix a bug with register names on 64-bit V8 (issue 615). |
6 | 24 |
7 Performance improvements on all platforms. | 25 Performance improvements on all platforms. |
8 | 26 |
| 27 |
9 2010-02-19: Version 2.1.1 | 28 2010-02-19: Version 2.1.1 |
10 | 29 |
11 [ES5] Implemented Object.defineProperty. | 30 [ES5] Implemented Object.defineProperty. |
12 | 31 |
13 Improved profiler support. | 32 Improved profiler support. |
14 | 33 |
15 Added SetPrototype method in the public V8 API. | 34 Added SetPrototype method in the public V8 API. |
16 | 35 |
17 Added GetScriptOrigin and GetScriptLineNumber methods to Function | 36 Added GetScriptOrigin and GetScriptLineNumber methods to Function |
18 objects in the API. | 37 objects in the API. |
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1521 | 1540 |
1522 Improved debugger support by allowing nested break points and by | 1541 Improved debugger support by allowing nested break points and by |
1523 dealing with stack-overflows when compiling functions before | 1542 dealing with stack-overflows when compiling functions before |
1524 setting break points in them. | 1543 setting break points in them. |
1525 | 1544 |
1526 | 1545 |
1527 2008-07-03: Version 0.1.0 | 1546 2008-07-03: Version 0.1.0 |
1528 | 1547 |
1529 Initial export. | 1548 Initial export. |
1530 | 1549 |
OLD | NEW |