- Added support for /db/_purge endpoint, which allows to remove all references to a document
- Added `Document.json` property, which is a dict representing the document data
- Added `HTTPResponse` as return from certain `Document` endpoints that may give 202 Accepted HTTP status codes
- Improved documentation
- [BREAKING] `Document.clone()` no longer returns the cloned document