Added
- Missing status code handling in `notes.get()`.
- Support for hide note endpoint.
Fixed
- Problems with parsing data chunks received by api.
- Small grammar corrections in the documentation.
Changed
- Working method of parser used in `notes` endpoint.
- Working method of parsers in `misc` endpoint.
- Working method of parsers in `user` endpoint.
- Working method of parsers in `changeset` endpoint.
- Working method of parsers in `elements` endpoint.
Removed
- `EmptyResult` api exception, which was used in endpoints `notes`, `user` and `changeset`. From now on when the results are empty an empty list will be returned.
- Unused imports.