All notable changes to wefact-php
will be documented in this file.
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #3
- List all method by @Baspa in #4
- @Baspa made their first contribution in #4
Full Changelog: https://github.com/vormkracht10/wefact-php/compare/v0.5.0...v0.6.0
Removed InvalidRequestException
and use Guzzle Client Exceptions.
Change singular resource method names to plural.
This release includes all remaining Invoice
resource methods.
- Added default resource methods to all remaining resources (
CreditInvoice
,Creditor
,Subscription
) - Added
InvalidRequestException
when API request is invalid and returns error
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.