Skip to content

Releases: TheNextInvoice/NoREST

v1.2.0

13 Dec 10:19
1e8e80f
Compare
Choose a tag to compare

In this release support for PATCH requests has been added.

v1.1.0

31 May 14:50
0b225af
Compare
Choose a tag to compare

This release adds a jsonFlags parameter to the client constructor, which makes it possible for implementers to choose additional flags which are passed to json_encode and json_decode when sending and receiving requests, respectively, and when the content type is set to 'application/json'. The JSON_THROW_ON_ERROR flag will always be used, regardless of what flags are configured.

In this release, we let curl try gzip or Brotli compression for requests automatically.

v1.0.0

15 Oct 12:02
Compare
Choose a tag to compare

First public release of NoREST