| OLD | NEW |
| 1 2010-01-05: Version 3.0.6 |
| 2 |
| 3 Allowed getters and setters on JSArray elements (Issue 900). |
| 4 |
| 5 Stopped JSON objects from hitting inherited setters (part of |
| 6 Issue 1015). |
| 7 |
| 8 Allowed numbers and strings as names of getters/setters in object |
| 9 initializer (Issue 820). |
| 10 |
| 11 Added use_system_v8 option to gyp (off by default), to make it easier |
| 12 for Linux distributions to ship with system-provided V8 library. |
| 13 |
| 14 Exported external array data accessors (Issue 1016). |
| 15 |
| 16 Added labelled thread names to help with debugging (on Linux). |
| 17 |
| 18 |
| 19 2011-01-03: Version 3.0.5 |
| 20 |
| 21 Fixed a couple of cast errors for gcc-3.4.3. |
| 22 |
| 23 Performance improvements in GC and IA32 code generator. |
| 24 |
| 25 |
| 1 2010-12-21: Version 3.0.4 | 26 2010-12-21: Version 3.0.4 |
| 2 | 27 |
| 3 Added Date::ResetCache() to the API so that the cached values in the | 28 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. | 29 Date object can be reset to allow live DST / timezone changes. |
| 5 | 30 |
| 6 Extended existing support for printing (while debugging) the contents | 31 Extended existing support for printing (while debugging) the contents |
| 7 of objects. Added support for printing objects from release builds. | 32 of objects. Added support for printing objects from release builds. |
| 8 | 33 |
| 9 Fixed V8 issues 989, 1006, and 1007. | 34 Fixed V8 issues 989, 1006, and 1007. |
| 10 | 35 |
| (...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2326 | 2351 |
| 2327 Improved debugger support by allowing nested break points and by | 2352 Improved debugger support by allowing nested break points and by |
| 2328 dealing with stack-overflows when compiling functions before | 2353 dealing with stack-overflows when compiling functions before |
| 2329 setting break points in them. | 2354 setting break points in them. |
| 2330 | 2355 |
| 2331 | 2356 |
| 2332 2008-07-03: Version 0.1.0 | 2357 2008-07-03: Version 0.1.0 |
| 2333 | 2358 |
| 2334 Initial export. | 2359 Initial export. |
| 2335 | 2360 |
| OLD | NEW |