Skip to content

Commit 87feb86

Browse files
Update CHANGELOG.md with 1.0.0
1 parent ba0ef81 commit 87feb86

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 0.19.0
415

516
Change license to MIT.

0 commit comments

Comments
 (0)