Releases: catberry/catberry-uhr
Releases · catberry/catberry-uhr
Release list
Fix wrong '+' encoding while sending POST data
4.0.2 4.0.2
Update catberry-uri version
Updated catberry-uri version.
Fix docs and prepare for Catberry 4.x
Add header removal and remove standard header X-Requsted-With
Now you can remove standard headers from request (such as Content-Type) just setting it to null or undefined in headers object.
Standard header X-Requsted-With is not sent anymore.
Update catberry-uri version
Update mocha version
Migrate to catberry-uri parser, default text/plain
Now UHR uses catberry URI parser.
If data field is not an object it will be sent as a string with text/plain.
Objects are sent as application/x-www-form-urlencoded by default.
Update dependencies
2.0.1 Merge branch 'master' of github.com:catberry/catberry-uhr
Add support of Catberry 2.0. Promises.
Whole API using Promises now.
Improve error handling
Fix bugs
Add test coverage
Add support for all known HTTP methods
Add support for HEAD, PATCH, TRACE, OPTIONS and CONNECT methods.