OLD | NEW |
| 1 2010-05-26: Version 2.2.12 |
| 2 |
| 3 Allowed accessors to be defined on objects rather than just object |
| 4 templates. |
| 5 |
| 6 Changed the ScriptData API. |
| 7 |
| 8 |
1 2010-05-21: Version 2.2.11 | 9 2010-05-21: Version 2.2.11 |
2 | 10 |
3 Fix crash bug in liveedit on 64 bit. | 11 Fix crash bug in liveedit on 64 bit. |
4 | 12 |
5 Use 'full compiler' when debugging is active. This should increase | 13 Use 'full compiler' when debugging is active. This should increase |
6 the density of possible break points, making single step more fine | 14 the density of possible break points, making single step more fine |
7 grained. This will only take effect for functions compiled after | 15 grained. This will only take effect for functions compiled after |
8 debugging has been started, so recompilation of all functions is | 16 debugging has been started, so recompilation of all functions is |
9 required to get the full effect. IA32 and x64 only for now. | 17 required to get the full effect. IA32 and x64 only for now. |
10 | 18 |
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 | 1715 |
1708 Improved debugger support by allowing nested break points and by | 1716 Improved debugger support by allowing nested break points and by |
1709 dealing with stack-overflows when compiling functions before | 1717 dealing with stack-overflows when compiling functions before |
1710 setting break points in them. | 1718 setting break points in them. |
1711 | 1719 |
1712 | 1720 |
1713 2008-07-03: Version 0.1.0 | 1721 2008-07-03: Version 0.1.0 |
1714 | 1722 |
1715 Initial export. | 1723 Initial export. |
1716 | 1724 |
OLD | NEW |