Skip to content

Releases: genius257/AutoItObject-Internal

4.0.1

11 Jul 18:35
Compare
Choose a tag to compare
  • Fixed crash when creating too many objects (f86a0c4)
  • Fixed could not modify the default object method property $oIDispatch() (58fa551)

4.0.0

08 Jul 18:11
Compare
Choose a tag to compare

A performance and readability focused release.
When testing speed i found a minimum increase in speed by ~20%

Internal structure for object properties have changed from a singly linked list to using array instead.

Readability should also have improved a lot, by removing obscure calculations to memory pointers, and instead now uses constants for transparency.

3.0.0

17 Feb 23:00
Compare
Choose a tag to compare
Update CHANGELOG.md

2.0.0

07 Jul 19:50
Compare
Choose a tag to compare
v2.0.0

1.0.3

11 Jun 20:02
Compare
Choose a tag to compare
v1.0.3

1.0.2

11 Jun 19:51
Compare
Choose a tag to compare
v1.0.2

1.0.1

11 Jun 19:49
Compare
Choose a tag to compare
v1.0.1

Fixed missing Local specification within Invoke

1.0.0

11 Jun 19:47
Compare
Choose a tag to compare
v1.0.0

0.1.2

11 Jun 19:41
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
v0.1.2

Add: basic support for methods via "__defineMethod"

0.1.1

11 Jun 19:35
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
v0.1.1

Fix: syntax error on line 227