Skip to content

Releases: genius257/au3class

v2.0.1

20 May 20:58
Compare
Choose a tag to compare

Fixes a bug with method parameters.
only the last parameter given would be passed to the method as the first paramter. The remaining parameters would equal empty strings.

v2.0.0

20 May 13:32
Compare
Choose a tag to compare

A re-write of the transpiler, removing the AutoitObject_Internal script dependency, and improving speed.
The file size of transpiled scripts will be bigger, due to this.

v1.0.4

12 Sep 09:39
d07518e
Compare
Choose a tag to compare

Fixed issue #3
Fixed issue #5

v1.0.3

21 Sep 21:06
Compare
Choose a tag to compare
  • Fixed issue where function calls as default parameter values in method definition failed in failure method parsing

v1.0.2

16 Sep 22:53
Compare
Choose a tag to compare

Fixed a bug preventing transpiling in some cases.
Fixed issue #2

v1.0.1

12 Sep 20:49
Compare
Choose a tag to compare

Fixed a bug where the destructor would define $this wrong, resulting in crash.

v1.0.0

06 Sep 00:15
8b8e241
Compare
Choose a tag to compare
Update README.md