go-ole v1.2.4 Release Notes

Release Date: 2019-02-26 // about 5 years ago

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 to ole 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).