- Added `Json` and `File` annotations for sending JSON encoded data and files respectively. - `Response.body()` will raise an error, if response status is 4xx or 5xx. - Use `typing` instead of `backports.typing`.
0.2.0
-----
- Added `furnish.create()` client factory. - Added `furnish.headers` decorator for setting static headers. - Removed `furnish.furnish` class decorator.