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 |
1 2011-01-03: Version 3.0.5 | 18 2011-01-03: Version 3.0.5 |
2 | 19 |
3 Fixed a couple of cast errors for gcc-3.4.3. | 20 Fixed a couple of cast errors for gcc-3.4.3. |
4 | 21 |
5 Performance improvements in GC and IA32 code generator. | 22 Performance improvements in GC and IA32 code generator. |
6 | 23 |
7 | 24 |
8 2010-12-21: Version 3.0.4 | 25 2010-12-21: Version 3.0.4 |
9 | 26 |
10 Added Date::ResetCache() to the API so that the cached values in the | 27 Added Date::ResetCache() to the API so that the cached values in the |
(...skipping 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2333 | 2350 |
2334 Improved debugger support by allowing nested break points and by | 2351 Improved debugger support by allowing nested break points and by |
2335 dealing with stack-overflows when compiling functions before | 2352 dealing with stack-overflows when compiling functions before |
2336 setting break points in them. | 2353 setting break points in them. |
2337 | 2354 |
2338 | 2355 |
2339 2008-07-03: Version 0.1.0 | 2356 2008-07-03: Version 0.1.0 |
2340 | 2357 |
2341 Initial export. | 2358 Initial export. |
2342 | 2359 |
OLD | NEW |