Skip to content

Releases: genius257/AutoItObject-Internal

4.0.1

Choose a tag to compare

@genius257 genius257 released this 11 Jul 18:35
  • Fixed crash when creating too many objects (f86a0c4)
  • Fixed could not modify the default object method property $oIDispatch() (58fa551)

4.0.0

Choose a tag to compare

@genius257 genius257 released this 08 Jul 18:11

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

Choose a tag to compare

@genius257 genius257 released this 17 Feb 23:00
Update CHANGELOG.md

2.0.0

Choose a tag to compare

@genius257 genius257 released this 07 Jul 19:50
v2.0.0

1.0.3

Choose a tag to compare

@genius257 genius257 released this 11 Jun 20:02
v1.0.3

1.0.2

Choose a tag to compare

@genius257 genius257 released this 11 Jun 19:51
v1.0.2

1.0.1

Choose a tag to compare

@genius257 genius257 released this 11 Jun 19:49
v1.0.1

Fixed missing Local specification within Invoke

1.0.0

Choose a tag to compare

@genius257 genius257 released this 11 Jun 19:47
v1.0.0

0.1.2

0.1.2 Pre-release
Pre-release

Choose a tag to compare

@genius257 genius257 released this 11 Jun 19:41
v0.1.2

Add: basic support for methods via "__defineMethod"

0.1.1

0.1.1 Pre-release
Pre-release

Choose a tag to compare

@genius257 genius257 released this 11 Jun 19:35
v0.1.1

Fix: syntax error on line 227