Releases: jomweb/billplz
Releases · jomweb/billplz
v0.5.4
- Add API to handle deactivating and reactivating a collection.
v0.5.3
- Require
php-http/multipart-stream-builder
directly.
v0.5.2
- Reduce
nesbot/carbon
minimum version constraint to ^1.12
.
v0.5.1
- Add support for uploading
logo
to Collection API endpoint for v3.
v0.5.0
- Abstract common methods to
laravie/codex
repository.
- Add ability to cast attributes during request and receiving response.
- Add support to cast attributes during callback using
Billplz\Three\Bill::webhook()
method.
v0.4.2
- Refactor request by adding
Billplz\Request::send()
method.
- Ensure
Billplz\Client::prepareRequestPayloads()
by-pass any modification to the body if it's an instance of Psr\Http\Message\StreamInterface
.
v0.4.1
- Fixes return type should consist of
[$headers, $body]
from Billplz\Client::prepareRequestPayloads()
.
v0.4.0
- Add
Billplz\Client::resource()
method.
- Replace
Billplz\Client::prepareRequestBody()
with Billplz\Client::prepareRequestPayloads()
.
v0.3.0
- Refactor resolving
$uri
and $headers
through Billplz\Request::endpoint()
to allow customising the request object.
v0.2.0
- Add support for deprecated Billplz API v2 for transition purpose.
- Add
guzzlehttp/psr7
as required dependencies.
- Allow to generate API documentation via
sami/sami
.