| OLD | NEW |
| 1 2010-09-15: Version 2.4.4 |
| 2 |
| 3 Fix bug with hangs on very large sparse arrays. |
| 4 |
| 5 Try harder to free up memory when running out of space. |
| 6 |
| 7 Add heap snapshots to JSON format to API. |
| 8 |
| 9 Recalibrate benchmarks. |
| 10 |
| 11 |
| 1 2010-09-13: Version 2.4.3 | 12 2010-09-13: Version 2.4.3 |
| 2 | 13 |
| 3 Made Date.parse properly handle TZ offsets (issue 857). | 14 Made Date.parse properly handle TZ offsets (issue 857). |
| 4 | 15 |
| 5 Performance improvements on all platforms. | 16 Performance improvements on all platforms. |
| 6 | 17 |
| 7 | 18 |
| 8 2010-09-08: Version 2.4.2 | 19 2010-09-08: Version 2.4.2 |
| 9 | 20 |
| 10 Fixed GC crash bug. | 21 Fixed GC crash bug. |
| (...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 | 2076 |
| 2066 Improved debugger support by allowing nested break points and by | 2077 Improved debugger support by allowing nested break points and by |
| 2067 dealing with stack-overflows when compiling functions before | 2078 dealing with stack-overflows when compiling functions before |
| 2068 setting break points in them. | 2079 setting break points in them. |
| 2069 | 2080 |
| 2070 | 2081 |
| 2071 2008-07-03: Version 0.1.0 | 2082 2008-07-03: Version 0.1.0 |
| 2072 | 2083 |
| 2073 Initial export. | 2084 Initial export. |
| 2074 | 2085 |
| OLD | NEW |