Skip to content

Releases: ArionMiles/gobms

v1.0.0

30 Dec 17:31
Compare
Choose a tag to compare

Changelog

What's Changed

Breaking Changes

Following methods have been renamed from v0.0.1:

  1. GetPreferredCinemas --> ListPreferredCinemas

  2. GetMovieList --> ListMovieTitles

  3. GetTheaterData --> ListTheaters

  4. GetRegionList --> ListRegions

New CLI!

Install using:

go install github.com/ArionMiles/gobms/[email protected]
gobms listRegions
gobms listTheaters --regionName=<your-region-name> --regionCode=<your-region-code>

Full Changelog: v0.0.1...v1.0.0

Initial Release

23 Dec 17:14
Compare
Choose a tag to compare
v0.0.1

Added GoDoc reference