All Versions
8
Latest Version
Avg Release Cycle
65 days
Latest Release
2071 days ago

Changelog History

  • v0.5.0 Changes

    April 05, 2019

    🔄 Changed

    • 👍 Allow Logger() option to accept interface StdLogger instead of enforcing a specific logger implementation
  • v0.4.0 Changes

    February 01, 2019

    ➕ Added

    • ➕ Added id to TestPipeline and DeploymentPipeline returned from project calls
  • v0.3.1 Changes

    July 17, 2018

    🛠 Fixed

    • ✂ Remove omitempty struct tag from Project type field to fix creating Basic projects
  • v0.3.0 Changes

    May 14, 2018

    ➕ Added

    • ➕ Added branch to Build
  • v0.2.2 Changes

    April 11, 2018

    🛠 Fixed

    • 🔄 Changed ProjectType MarshalJSON and String methods to be value receivers so that they perform the necessary type name lookups when marshalling to JSON.
  • v0.2.1 Changes

    April 08, 2018

    ➕ Added

    • Return error when Authentication fails because 2FA is enabled
  • v0.2.0 Changes

    January 26, 2018

    ➕ Added

    • ➕ Added id to Project
    • ➕ Added project_id to Build
  • v0.1.0 Changes

    January 05, 2018
    • 🎉 Initial Release