OLD | NEW |
| 1 2011-01=31: Version 3.1.0 |
| 2 Performance improvements on all platforms. |
| 3 |
| 4 |
1 2011-01-28: Version 3.0.12 | 5 2011-01-28: Version 3.0.12 |
2 | 6 |
3 Added support for strict mode parameter and object property | 7 Added support for strict mode parameter and object property |
4 validation. | 8 validation. |
5 | 9 |
6 Fixed a couple of crash bugs. | 10 Fixed a couple of crash bugs. |
7 | 11 |
8 | 12 |
9 2011-01-25: Version 3.0.11 | 13 2011-01-25: Version 3.0.11 |
10 | 14 |
(...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2425 | 2429 |
2426 Improved debugger support by allowing nested break points and by | 2430 Improved debugger support by allowing nested break points and by |
2427 dealing with stack-overflows when compiling functions before | 2431 dealing with stack-overflows when compiling functions before |
2428 setting break points in them. | 2432 setting break points in them. |
2429 | 2433 |
2430 | 2434 |
2431 2008-07-03: Version 0.1.0 | 2435 2008-07-03: Version 0.1.0 |
2432 | 2436 |
2433 Initial export. | 2437 Initial export. |
2434 | 2438 |
OLD | NEW |