OLD | NEW |
---|---|
1 2010-07-14: Version 2.2.24 | |
2 | |
3 Added API for capturing stack traces for uncaught exceptions. | |
4 | |
5 Fixed crash bug when preparsing from non-external V8 string (issue 775). | |
Rico
2010/07/13 19:43:08
from -> a?
| |
6 | |
7 Fixed JSON.parse bug causing input not to be converted to string (issue 764). | |
Rico
2010/07/13 19:43:08
Long line
| |
8 | |
9 Added ES5 Object.freeze and Object.isFrozen. | |
10 | |
11 Performance improvements on all platforms. | |
12 | |
13 | |
1 2010-07-07: Version 2.2.23 | 14 2010-07-07: Version 2.2.23 |
2 | 15 |
3 API change: Convert Unicode code points outside the basic multilingual | 16 API change: Convert Unicode code points outside the basic multilingual |
4 plane to the replacement character. Previous behavior was to silently | 17 plane to the replacement character. Previous behavior was to silently |
5 truncate the value to 16 bits. | 18 truncate the value to 16 bits. |
6 | 19 |
7 Fixed crash: handle all flat string types in regexp replace. | 20 Fixed crash: handle all flat string types in regexp replace. |
8 | 21 |
9 Prevent invalid pre-parsing data passed in through the API from | 22 Prevent invalid pre-parsing data passed in through the API from |
10 crashing V8. | 23 crashing V8. |
11 | 24 |
12 Performance improvements on all platforms. | 25 Performance improvements on all platforms. |
13 | 26 |
27 | |
14 2010-07-05: Version 2.2.22 | 28 2010-07-05: Version 2.2.22 |
15 | 29 |
16 Added ES5 Object.isExtensible and Object.preventExtensions. | 30 Added ES5 Object.isExtensible and Object.preventExtensions. |
17 | 31 |
18 Enabled building V8 as a DLL. | 32 Enabled building V8 as a DLL. |
19 | 33 |
20 Fixed a bug in date code where -0 was not interpreted as 0 | 34 Fixed a bug in date code where -0 was not interpreted as 0 |
21 (issue 736). | 35 (issue 736). |
22 | 36 |
23 Performance improvements on all platforms. | 37 Performance improvements on all platforms. |
(...skipping 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1850 | 1864 |
1851 Improved debugger support by allowing nested break points and by | 1865 Improved debugger support by allowing nested break points and by |
1852 dealing with stack-overflows when compiling functions before | 1866 dealing with stack-overflows when compiling functions before |
1853 setting break points in them. | 1867 setting break points in them. |
1854 | 1868 |
1855 | 1869 |
1856 2008-07-03: Version 0.1.0 | 1870 2008-07-03: Version 0.1.0 |
1857 | 1871 |
1858 Initial export. | 1872 Initial export. |
1859 | 1873 |
OLD | NEW |