Releases: TheNextInvoice/NoREST
Releases · TheNextInvoice/NoREST
v1.2.0
v1.1.0
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.