You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file
3
+
4
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [Unreleased]
8
+
### Added
9
+
- This CHANGELOG.md file
10
+
- CONTRIBUTING.md file
11
+
- Tests
12
+
13
+
## [1.0.3] - 2017-08-11
14
+
### Added
15
+
-__desctructor
16
+
- Garbage collection, with the exception of interface methods
17
+
18
+
## [1.0.2] - 2017-08-09
19
+
### Added
20
+
- Parameters for assigning custom methods as IDispatch object internal functionality
21
+
-__keys
22
+
- PrivateProperty method for ease of use, when making private IDispatch object properties
23
+
24
+
## [1.0.1] - 2016-08-06
25
+
### Added
26
+
- Local scope for internal variables used by IDispatch object functionality
27
+
28
+
## [1.0.0] - 2016-08-06
29
+
### Added
30
+
- README.md file
31
+
-__unset
32
+
-__lock
33
+
- Accessors can set error code via setError
34
+
- Supprt for __all__ AutoIt variable types
35
+
36
+
## [0.1.2] - 2016-12-21
37
+
### Added
38
+
-__defineMethod
39
+
- Method support for objects
40
+
41
+
## [0.1.1] - 2016-11-25
42
+
### Changed
43
+
- Fix script breaking typo in Idispatch function, reported by [Chimp on the AutoIt forum thread](https://www.autoitscript.com/forum/topic/185720-autoitobject-pure-autoit/#elComment_1333941)
44
+
45
+
## [0.1.0] - 2016-11-24
46
+
### Added
47
+
- First iteration of the AutoItObject_Internal library
**Unit** and **Exporter** folders are a attempt to dublicate PHPUnit, but as functions only, as testing the object library with the obhject library seems like a bad idea.
0 commit comments