Releases: atc0005/go-teams-notify
Releases · atc0005/go-teams-notify
v2.0.0
Breaking Changes
NewClient()
will NOT return multiple values
- remove provided mock
General
- switch dependency/package management tool to from
dep
to go mod
- switch from
golint
to golangci-lint
- add more golang versions to pass via travis-ci
Note: Creating this release to mirror the existing upstream release
v1.3.1
- fix redundant error logging
- fix redundant comment
Note: Creating this release to mirror the existing upstream release
v1.3.0
- feature: allow multiple valid webhook URL FQDNs (thx @atc0005)
Note: Creating this release to mirror the existing upstream release
v1.2.0
- add mock
- update deps
- gosimple (shorten two conditions)
Note: Creating this release to mirror the existing upstream release
v1.1.1
- rename client interface into API
- update deps
- fix typo in README
Note: Creating this release to mirror the existing upstream release
v1.1.0
- add/change to client/interface
- add missing tests
- append documentation
Note: Creating this release to mirror the existing upstream release
v1.0.0
- add initial functionality of sending messages to MS Teams channel
Note: Creating this release to mirror the existing upstream release