go-ole v1.2.4 Release Notes
Release Date: 2019-02-26 // about 6 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.2.0
-
Minimum supported version is now Go 1.4. Go 1.1 support is deprecated, but should still build.
- โ Added CI configuration for Travis-CI and AppVeyor.
- ๐ Fixes for IUnknown Query Interface.
- โ Added
oleutil
functions toole
main package. - โ Added test InterfaceID and ClassID for the COM Test Server project.
- โ Added more inline documentation (#83).
- โ Added IEnumVARIANT implementation (#88).
- โ Added IEnumVARIANT test cases (#99, #100, #101).
- โ Added support for retrieving
time.Time
from VARIANT (#92). - โ Added test case for IUnknown (#64).
- โ Added test case for IDispatch (#64).
- โ Added test cases for scalar variants (#64, #76).