Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.08 KB

Changelog

v0.2.0

  • Added PtrTo function for creating a pointer to any type
  • Added ConvertAll function for safely converting all types of a slice to another where compatible

v0.1.0

  • Renamed from utils to go-utils.

v0.0.10

  • Refactor Azure DevOps cross-project approach.

v0.0.9

  • Added support for creating pipelines in Azure DevOps via API.

v0.0.8

  • Updated GetFileContent in azuredevops to allow specifying of the version type.

v0.0.7

  • Allowed configuring of filename in GetFileContent in azuredevops.

v0.0.6

  • Added HasChanges to external_git.
  • Added SetPullRequestAutoComplete to azuredevops.
  • Added wiki to azuredevops.
  • Added identity to azuredevops.
  • Added create and init repository to azuredevops.
  • Added getProjectUUID to azuredevops.

v0.0.5

  • Improved error handling in azuredevops package.

v0.0.4

  • Updated azuredevops package to include pull request support.
  • Updated git package to improve error handling.
  • Added exec package.

v0.0.3

  • Added azuredevops, git and str packages.