We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0ef81 commit 87feb86Copy full SHA for 87feb86
1 file changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 1.0.0
4
+
5
+I don't really know what would it mean for this project to reach 1.0.0/stable, so here it is anyways.
6
7
+Change error handling - add new exceptions instead of asserts:
8
+ - `JustWatchHttpError` - API responded with a non-`2xx` status code
9
+ - `JustWatchApiError` - response from API has errors in JSON
10
+ - `JustWatchError` - parent for all other exceptions for easier catching
11
12
+Add a lot more comprehensive documentation, created with Zensical.
13
14
## 0.19.0
15
16
Change license to MIT.
0 commit comments