Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ArionMiles ArionMiles released this 30 Dec 17:31

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