Releases: genius257/AutoItObject-Internal
Releases · genius257/AutoItObject-Internal
4.0.1
Compare
Sorry, something went wrong.
No results found
Fixed crash when creating too many objects (f86a0c4 )
Fixed could not modify the default object method property $oIDispatch() (58fa551 )
4.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Update CHANGELOG.md
2.0.0
Compare
Sorry, something went wrong.
No results found
v2.0.0
1.0.3
Compare
Sorry, something went wrong.
No results found
v1.0.3
1.0.2
Compare
Sorry, something went wrong.
No results found
v1.0.2
1.0.1
Compare
Sorry, something went wrong.
No results found
v1.0.1
Fixed missing Local specification within Invoke
1.0.0
Compare
Sorry, something went wrong.
No results found
v1.0.0
0.1.2
Compare
Sorry, something went wrong.
No results found
v0.1.2
Add: basic support for methods via "__defineMethod"
0.1.1
Compare
Sorry, something went wrong.
No results found
v0.1.1
Fix: syntax error on line 227