All Versions
8
Latest Version
Avg Release Cycle
65 days
Latest Release
2071 days ago
Changelog History
Changelog History
-
v0.5.0 Changes
April 05, 2019🔄 Changed
- 👍 Allow
Logger()
option to accept interfaceStdLogger
instead of enforcing a specific logger implementation
- 👍 Allow
-
v0.4.0 Changes
February 01, 2019➕ Added
- ➕ Added
id
toTestPipeline
andDeploymentPipeline
returned from project calls
- ➕ Added
-
v0.3.1 Changes
July 17, 2018🛠 Fixed
- ✂ Remove
omitempty
struct tag from Project type field to fix creating Basic projects
- ✂ Remove
-
v0.3.0 Changes
May 14, 2018➕ Added
- ➕ Added
branch
toBuild
- ➕ Added
-
v0.2.2 Changes
April 11, 2018🛠 Fixed
- 🔄 Changed ProjectType
MarshalJSON
andString
methods to be value receivers so that they perform the necessary type name lookups when marshalling to JSON.
- 🔄 Changed ProjectType
-
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
toProject
- ➕ Added
project_id
toBuild
- ➕ Added
-
v0.1.0 Changes
January 05, 2018- 🎉 Initial Release