Releases: Electronic-Mango/simple-justwatch-python-api
1.3.0
1.2.0
Improve HTTP error handling.
Store HTTP response text in JustWatchHttpError, if error is related to the response message.
Otherwise (e.g. general connection, or timeout error) it's None.
1.1.0
Add monetization_types to OfferPackage
Handle more (hopefully all) HTTP errors, not just status codes.
The old exception is reused, with trimmed down fields to be more generic.
1.0.3
Fix relative links in PyPi description, for real this time.
1.0.2
Fix relative links in PyPi description.
1.0.1
Add "Releases" URL to pyproject.toml.
Capitalize "Changelog" URL name.
1.0.0
I don't really know what would it mean for this project to reach 1.0.0/stable, so here it is anyways.
Change error handling - add new exceptions instead of asserts:
JustWatchHttpError- API responded with a non-2xxstatus codeJustWatchApiError- response from API has errors in JSONJustWatchError- parent for all other exceptions for easier catching
Add a lot more comprehensive documentation, created with Zensical.
0.19.0
Change license to MIT.
0.18.2
Update "Usage" in README.md so it's up to date on PyPi page.
0.18.1
Update README.md ToC so it's up to date on PyPi page.
Also added missing unit tests.