This is a complete rewrite of the library into ES6, so we can take advantage of nifty things like classes and easily reduce complexity by easily reusing components.
The only difference on the API side is that you must now instantiate it before use.
api = new Showtimes(10001, {date: 5}) vs api = showtimes(10001, {date: 5})
Since this is a API-facing change, this is going to go out as 2.0.0.
This is a complete rewrite of the library into ES6, so we can take advantage of nifty things like classes and easily reduce complexity by easily reusing components.
The only difference on the API side is that you must now instantiate it before use.
api = new Showtimes(10001, {date: 5})
vsapi = showtimes(10001, {date: 5})
Since this is a API-facing change, this is going to go out as 2.0.0.