OLD | NEW |
| 1 2010-07-15: Version 2.3.0 |
| 2 |
| 3 Added ES5 Object.seal and Object.isSealed. |
| 4 |
| 5 Added debugger API for scheduling debugger commands from a |
| 6 separate thread. |
| 7 |
| 8 |
1 2010-07-14: Version 2.2.24 | 9 2010-07-14: Version 2.2.24 |
2 | 10 |
3 Added API for capturing stack traces for uncaught exceptions. | 11 Added API for capturing stack traces for uncaught exceptions. |
4 | 12 |
5 Fixed crash bug when preparsing from a non-external V8 string | 13 Fixed crash bug when preparsing from a non-external V8 string |
6 (issue 775). | 14 (issue 775). |
7 | 15 |
8 Fixed JSON.parse bug causing input not to be converted to string | 16 Fixed JSON.parse bug causing input not to be converted to string |
9 (issue 764). | 17 (issue 764). |
10 | 18 |
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1866 | 1874 |
1867 Improved debugger support by allowing nested break points and by | 1875 Improved debugger support by allowing nested break points and by |
1868 dealing with stack-overflows when compiling functions before | 1876 dealing with stack-overflows when compiling functions before |
1869 setting break points in them. | 1877 setting break points in them. |
1870 | 1878 |
1871 | 1879 |
1872 2008-07-03: Version 0.1.0 | 1880 2008-07-03: Version 0.1.0 |
1873 | 1881 |
1874 Initial export. | 1882 Initial export. |
1875 | 1883 |
OLD | NEW |