| OLD | NEW |
| 1 2010-12-17: Version 3.0.3 |
| 2 |
| 3 Reapplied all changes for version 3.0.1. |
| 4 |
| 5 Improved debugger protocol for remote debugging. |
| 6 |
| 7 Added experimental support for using gyp to generate build files |
| 8 for V8. |
| 9 |
| 10 Fixed implementation of String::Write in the API (issue 975). |
| 11 |
| 12 |
| 13 2010-12-15: Version 3.0.2 |
| 14 |
| 15 Revert version 3.0.1 and patch 3.0.1.1. |
| 16 |
| 17 |
| 1 2010-12-13: Version 3.0.1 | 18 2010-12-13: Version 3.0.1 |
| 2 | 19 |
| 3 Added support for an experimental internationalization API as an | 20 Added support for an experimental internationalization API as an |
| 4 extension. This extension is disabled by default but can be enabled | 21 extension. This extension is disabled by default but can be enabled |
| 5 when building V8. The ECMAScript internationalization strawman is | 22 when building V8. The ECMAScript internationalization strawman is |
| 6 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. | 23 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. |
| 7 | 24 |
| 8 Made RegExp character class parsing stricter. This mirrors a change | 25 Made RegExp character class parsing stricter. This mirrors a change |
| 9 to RegExp parsing in WebKit. | 26 to RegExp parsing in WebKit. |
| 10 | 27 |
| (...skipping 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2298 | 2315 |
| 2299 Improved debugger support by allowing nested break points and by | 2316 Improved debugger support by allowing nested break points and by |
| 2300 dealing with stack-overflows when compiling functions before | 2317 dealing with stack-overflows when compiling functions before |
| 2301 setting break points in them. | 2318 setting break points in them. |
| 2302 | 2319 |
| 2303 | 2320 |
| 2304 2008-07-03: Version 0.1.0 | 2321 2008-07-03: Version 0.1.0 |
| 2305 | 2322 |
| 2306 Initial export. | 2323 Initial export. |
| 2307 | 2324 |
| OLD | NEW |