Releases: FacturAPI/facturapi-php
Releases · FacturAPI/facturapi-php
3.1.0
What's Changed
- chore(list_delete): add new api keys live methods by @raul-facturapi in #33
- Add validation for signature webhook responses by @raul-facturapi in #34
Full Changelog: 3.0.1...3.1.0
3.0.1
What's Changed
- fix(execute_post): accept and validate nullish body in execute post m… by @raul-facturapi in #32
- Fix to solve draft methods, now the function
execute_JSON_post_request
will accept null as parameter
Full Changelog: 3.0.0...3.0.1
3.0.0
Added
- Add crud series method in org by @raul-facturapi in #28
Breaking changes
- Throw error object in unsuccesful responses by @raul-facturapi in #30:
Add exceptions for all responses methods (GET, POST, PUT, DEL) if range status is >= 400. Instead of validate an error with the fieldok=false
, you'll be able to catch the exceptions withtry-catch
. The object error is returned purely without destructuring as it was before with POST method.
Full Changelog: 2.7.1...3.0.0
2.6.0
What's Changed
- fix(send_email): catch if there is no email in request in send_by_email invoice method by @RobertoCodeando in #17
- refactor(email): simplify nullish value in send_by_email method by @raul-facturapi in #19
- Throw Facturapi_Exception on http response code error by @ingfdoaguirre in #18
- feat(cancellation): add method to download cancellation receipt pdf by @raul-facturapi in #20
- feat(webhooks): add webhooks routes to php module by @raul-facturapi in #21
- feat(certs): add delete certs method in package by @raul-facturapi in #23
- feat(cancellation): add cancellation receipt pdf in library by @raul-facturapi in #22
New Contributors
- @raul-facturapi made their first contribution in #19
- @ingfdoaguirre made their first contribution in #18
Full Changelog: 2.4.0...2.6.0