Documentation
- Fix changelog
New Features
- Support non-JSON data in requests
Behavioural Changes
- Use POST instead of PUT for update requests. This may not work with Wordpress versions below 4.7.
- Raise an error if the Content-Type on response is not JSON.
Miscellaneous
- Remove debug code
Bugfixes
- Fix error handling
Documentation
- Update example usage with correct namespace for v2
Improvements
- six and requests libraries not pinned to versions
Bugfixes
- Fix syntax errors in README.rst
- Add missing dependency six to setup.py
Miscellaneous
- Update authors
Improvements
- Update for v2 WP-API
Bugfixes
- Include HISTORY.rst in setup.py
Documentation
- Fix syntax errors in README.rst and HISTORY.rst
Improvements
- Allow raw url parameters to be passed in and used for the API calls
Improvements
- Allow headers to be passed in and used for the API calls
Documentation
- Add HISTORY.rst (this change log)
Bugfixes
- Use json parameter instead of data parameter for requests
- Birth!