Releases: mrobinsn/go-tvmaze
Releases · mrobinsn/go-tvmaze
v1.2.1
v1.2.0
- Adds
GetEpisodes()
,GetNextEpisode()
, andGetEpisode(...)
to theShow
type (#4) - Deprecates:
Client.GetEpisodes(...)
=> useShow.GetEpisodes()
insteadClient.GetNextEpisode(...)
=> useShow.GetNextEpisode()
insteadClient.GetEpisode(...)
=> useShow.GetEpisode(...)
instead
Thanks to @SaintWish for this contribution.