Skip to content

Releases: mrobinsn/go-tvmaze

v1.2.1

31 May 15:11
95a8634
Compare
Choose a tag to compare
  • Fixes #5, now closing the HTTP response body correctly.
  • Dependencies updated
  • Minor test data fix

Thanks for @jawr for their contribution.

v1.2.0

25 Dec 17:11
2609a8a
Compare
Choose a tag to compare
  • Adds GetEpisodes(), GetNextEpisode(), and GetEpisode(...) to the Show type (#4)
  • Deprecates:
    • Client.GetEpisodes(...) => use Show.GetEpisodes() instead
    • Client.GetNextEpisode(...) => use Show.GetNextEpisode() instead
    • Client.GetEpisode(...) => use Show.GetEpisode(...) instead

Thanks to @SaintWish for this contribution.

v1.1.0

18 Jul 01:58
ace96d9
Compare
Choose a tag to compare
  • Added method to get all shows w/ pagination (#3)
  • 429's are correctly handled as errors

Thanks to @jeffrg for this contribution

v1.0.1

13 May 02:36
Compare
Choose a tag to compare
  • Added go.mod

v1.0.0

08 Apr 20:55
062d23e
Compare
Choose a tag to compare
  • Initial release