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 |
1 2010-12-17: Version 3.0.3 | 12 2010-12-17: Version 3.0.3 |
2 | 13 |
3 Reapplied all changes for version 3.0.1. | 14 Reapplied all changes for version 3.0.1. |
4 | 15 |
5 Improved debugger protocol for remote debugging. | 16 Improved debugger protocol for remote debugging. |
6 | 17 |
7 Added experimental support for using gyp to generate build files | 18 Added experimental support for using gyp to generate build files |
8 for V8. | 19 for V8. |
9 | 20 |
10 Fixed implementation of String::Write in the API (issue 975). | 21 Fixed implementation of String::Write in the API (issue 975). |
(...skipping 2304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2315 | 2326 |
2316 Improved debugger support by allowing nested break points and by | 2327 Improved debugger support by allowing nested break points and by |
2317 dealing with stack-overflows when compiling functions before | 2328 dealing with stack-overflows when compiling functions before |
2318 setting break points in them. | 2329 setting break points in them. |
2319 | 2330 |
2320 | 2331 |
2321 2008-07-03: Version 0.1.0 | 2332 2008-07-03: Version 0.1.0 |
2322 | 2333 |
2323 Initial export. | 2334 Initial export. |
2324 | 2335 |
OLD | NEW |