OLD | NEW |
| 1 2010-07-07: Version 2.2.23 |
| 2 |
| 3 API change: Convert Unicode code points outside the basic multilingual |
| 4 plane to the replacement character. Previous behavior was to silently |
| 5 truncate the value to 16 bits. |
| 6 |
| 7 Fixed crash: handle all flat string types in regexp replace. |
| 8 |
| 9 Prevent invalid pre-parsing data passed in through the API from |
| 10 crashing V8. |
| 11 |
| 12 Performance improvements on all platforms. |
| 13 |
1 2010-07-05: Version 2.2.22 | 14 2010-07-05: Version 2.2.22 |
2 | 15 |
3 Added ES5 Object.isExtensible and Object.preventExtensions. | 16 Added ES5 Object.isExtensible and Object.preventExtensions. |
4 | 17 |
5 Enabled building V8 as a DLL. | 18 Enabled building V8 as a DLL. |
6 | 19 |
7 Fixed a bug in date code where -0 was not interpreted as 0 | 20 Fixed a bug in date code where -0 was not interpreted as 0 |
8 (issue 736). | 21 (issue 736). |
9 | 22 |
10 Performance improvements on all platforms. | 23 Performance improvements on all platforms. |
(...skipping 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1837 | 1850 |
1838 Improved debugger support by allowing nested break points and by | 1851 Improved debugger support by allowing nested break points and by |
1839 dealing with stack-overflows when compiling functions before | 1852 dealing with stack-overflows when compiling functions before |
1840 setting break points in them. | 1853 setting break points in them. |
1841 | 1854 |
1842 | 1855 |
1843 2008-07-03: Version 0.1.0 | 1856 2008-07-03: Version 0.1.0 |
1844 | 1857 |
1845 Initial export. | 1858 Initial export. |
1846 | 1859 |
OLD | NEW |