Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 583 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 583 Bytes

Changelog

All notable changes to wefact-php will be documented in this file.

v0.2.0 - 2023-06-07

  • Added default resource methods to all remaining resources (CreditInvoice, Creditor, Subscription)
  • Added InvalidRequestException when API request is invalid and returns error

v0.1.0 - 2023-06-07

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.