- 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
- Renamed from
utils
togo-utils
.
- Refactor Azure DevOps cross-project approach.
- Added support for creating pipelines in Azure DevOps via API.
- Updated
GetFileContent
inazuredevops
to allow specifying of the version type.
- Allowed configuring of filename in
GetFileContent
inazuredevops
.
- Added
HasChanges
toexternal_git
. - Added
SetPullRequestAutoComplete
toazuredevops
. - Added
wiki
toazuredevops
. - Added
identity
toazuredevops
. - Added create and init repository to
azuredevops
. - Added
getProjectUUID
toazuredevops
.
- Improved error handling in
azuredevops
package.
- Updated
azuredevops
package to include pull request support. - Updated
git
package to improve error handling. - Added
exec
package.
- Added
azuredevops
,git
andstr
packages.