All Versions
11
Latest Version
Avg Release Cycle
202 days
Latest Release
1884 days ago

Changelog History
Page 1

  • v1.2.4

    February 26, 2019
  • v1.2.3

    February 26, 2019
  • v1.2.2

    February 26, 2019
  • v1.2.1

    November 10, 2017
  • v1.2.0 Changes

    November 05, 2015

    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).
  • v1.2.0-alphaX Changes

    ๐Ÿ— 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.
    • 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).
  • v1.1.1 Changes

    May 15, 2015
    • ๐Ÿง Many fixes for building on Linux.
    • ๐Ÿ A few minor corrections to fix build for Windows. Windows build may still fail.
  • v1.1.0 Changes

    May 14, 2015

    ๐Ÿ— The change to provide building on all platforms is a new feature. The increase in minor version reflects that and allows those who wish to stay on 1.0.x to continue to do so. Support for 1.0.x will be limited to bug fixes.

    • Move GUID out of variables.go into its own file to make new documentation available.
    • Move OleError out of ole.go into its own file to make new documentation available.
    • Add documentation to utility functions.
    • Add documentation to variant receiver functions.
    • Add documentation to ole structures.
    • Make variant available to other systems outside of Windows.
    • Make OLE structures available to other systems outside of Windows.

    ๐Ÿ†• New Features

    • Library should now be built on all platforms supported by Go. Library will NOOP on any platform that is not Windows.
    • More functions are now documented and available on godoc.org.
  • v1.0.1 Changes

    May 13, 2015
    1. Fix package references from repository location change.
  • v1.0.0 Changes

    May 11, 2015

    This version is stable enough for use. The COM API is still incomplete, but provides enough functionality for accessing COM servers using IDispatch interface.

    There is no changelog for this version. Check commits for history.