| OLD | NEW |
| 1 2010-12-21: Version 3.0.4 |
| 2 |
| 3 Added Date::ResetCache() to the API so that the cached values in the |
| 4 Date object can be reset to allow live DST / timezone changes. |
| 5 |
| 6 Extended existing support for printing (while debugging) the contents |
| 7 of objects. Added support for printing objects from release builds. |
| 8 |
| 9 Fixed V8 issues 989, 1006, and 1007. |
| 10 |
| 11 |
| 12 2010-12-17: Version 3.0.3 |
| 13 |
| 14 Reapplied all changes for version 3.0.1. |
| 15 |
| 16 Improved debugger protocol for remote debugging. |
| 17 |
| 18 Added experimental support for using gyp to generate build files |
| 19 for V8. |
| 20 |
| 21 Fixed implementation of String::Write in the API (issue 975). |
| 22 |
| 23 |
| 24 2010-12-15: Version 3.0.2 |
| 25 |
| 26 Revert version 3.0.1 and patch 3.0.1.1. |
| 27 |
| 28 |
| 1 2010-12-13: Version 3.0.1 | 29 2010-12-13: Version 3.0.1 |
| 2 | 30 |
| 3 Added support for an experimental internationalization API as an | 31 Added support for an experimental internationalization API as an |
| 4 extension. This extension is disabled by default but can be enabled | 32 extension. This extension is disabled by default but can be enabled |
| 5 when building V8. The ECMAScript internationalization strawman is | 33 when building V8. The ECMAScript internationalization strawman is |
| 6 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. | 34 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. |
| 7 | 35 |
| 8 Made RegExp character class parsing stricter. This mirrors a change | 36 Made RegExp character class parsing stricter. This mirrors a change |
| 9 to RegExp parsing in WebKit. | 37 to RegExp parsing in WebKit. |
| 10 | 38 |
| (...skipping 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2298 | 2326 |
| 2299 Improved debugger support by allowing nested break points and by | 2327 Improved debugger support by allowing nested break points and by |
| 2300 dealing with stack-overflows when compiling functions before | 2328 dealing with stack-overflows when compiling functions before |
| 2301 setting break points in them. | 2329 setting break points in them. |
| 2302 | 2330 |
| 2303 | 2331 |
| 2304 2008-07-03: Version 0.1.0 | 2332 2008-07-03: Version 0.1.0 |
| 2305 | 2333 |
| 2306 Initial export. | 2334 Initial export. |
| 2307 | 2335 |
| OLD | NEW |