Skip to content

Releases: catberry/catberry-uhr

Fix wrong '+' encoding while sending POST data

Choose a tag to compare

@rdner rdner released this 04 May 05:48
4.0.2

4.0.2

Update catberry-uri version

Choose a tag to compare

@rdner rdner released this 12 Mar 08:30

Updated catberry-uri version.

Fix docs and prepare for Catberry 4.x

Choose a tag to compare

@rdner rdner released this 12 Mar 08:29
4.0.0

4.0.0

Add header removal and remove standard header X-Requsted-With

Choose a tag to compare

@rdner rdner released this 17 Nov 11:54

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

Choose a tag to compare

@rdner rdner released this 31 Oct 12:03
3.0.2

3.0.2

Update mocha version

Choose a tag to compare

@rdner rdner released this 31 Oct 12:03
3.0.1

3.0.1

Migrate to catberry-uri parser, default text/plain

Choose a tag to compare

@rdner rdner released this 31 Oct 12:02

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

Choose a tag to compare

@rdner rdner released this 24 Sep 08:28
2.0.1

Merge branch 'master' of github.com:catberry/catberry-uhr

Add support of Catberry 2.0. Promises.

Choose a tag to compare

@rdner rdner released this 17 Sep 08:45

Whole API using Promises now.
Improve error handling
Fix bugs
Add test coverage

Add support for all known HTTP methods

Choose a tag to compare

@rdner rdner released this 17 Aug 05:13

Add support for HEAD, PATCH, TRACE, OPTIONS and CONNECT methods.