Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Releases: shuheiktgw/go-travis

Release v0.3.1

29 Apr 05:51
1e54005
Compare
Choose a tag to compare
  • Remove Authentication.UsingGithubToken method (#75)

Release v0.3.0

26 Apr 08:19
d9c12e9
Compare
Choose a tag to compare
  • Update go version to 1.14.2 (#71)
  • Good bye Travis (#72)
  • Fix build duration type (#73)

Release v0.2.4

17 Aug 08:30
7b94a89
Compare
Choose a tag to compare
  • Add "branch" option to Env vars (#66) by @kamatama41
  • Add config props to Job struct(#67)

Release v0.2.3

06 Jul 23:48
1518090
Compare
Choose a tag to compare
  • Migrate from dep to Go Modules 🎉 🎉 (by @paveg)

Release v0.2.2

31 May 00:41
b9ffecc
Compare
Choose a tag to compare
  • Removes prefix slashes from the API paths (#57) by @koshatul
  • Fix integration tests fmts (#59)

Release v0.2.1

18 May 05:39
a7bddde
Compare
Choose a tag to compare
  • Support Key Pair resources (#51)

Release v0.2.0

05 May 06:38
fbbfcb4
Compare
Choose a tag to compare

There are several breaking changes. Major ones are:

  • Almost all the struct fields are pointer.
  • Almost all the methods interacting with the API takes an option parameter to support eager loading.

Release v0.1.9

21 Feb 00:29
304acac
Compare
Choose a tag to compare
  • GithubLanguage is of type string not uint (#13)

Release v0.1.8

27 Jan 00:43
d45519b
Compare
Choose a tag to compare
  • Chenge Tag from string to struct (#10)

Release v0.1.7

20 Jan 08:04
Compare
Choose a tag to compare
  • Allow base HTTP client to be changed. (#7)
  • Allow User-Agent to be set. (#8)
  • Use HTTP body as error message if JSON decoding fails (#9)