Releases: vormkracht10/wefact-php
Releases · vormkracht10/wefact-php
v0.5.0: Wefact response now returns array if resource is not found (#2)
* Wefact response now returns array if resource is not found
v0.4.0
Change singular resource method names to plural.
v0.3.0
This release includes all remaining Invoice
resource methods.
v0.2.0
- Added default resource methods to all remaining resources (
CreditInvoice
, Creditor
, Subscription
)
- Added
InvalidRequestException
when API request is invalid and returns error
v0.1.0
The first release only (partially) includes the resources listed down below:
- Debtor
- Group
- Invoice
- Product
Every resource only contains the list
, create
, update
, show
and delete
methods. Except for debtor which does not have the delete
method.