Skip to content

Releases: ewarehousing-solutions/ewhs-api-php

3.3.0

05 Jul 09:04
f69b256
Compare
Choose a tag to compare

New Features:

Pagination on Collection Requests:

  • Implemented pagination functionality for all collection requests.
  • Dependencies updated, including various Saloon components and PHPUnit.

Improved Error Handling:

  • Added the AlwaysThrowOnErrors trait to the MiddlewareConnector.
  • Ensures any errors are promptly thrown, improving error handling and enabling faster troubleshooting.

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

05 Jul 08:01
Compare
Choose a tag to compare

New Features:

Customer Requests in MiddlewareConnector:

  • Introduced two new request classes: GetCustomerCollectionRequest and GetCustomerSingleRequest.
  • Both classes are registered in the MiddlewareConnector to facilitate customer data retrieval.

Full Changelog: 3.1.2...3.2.0

3.1.2

22 Mar 08:23
d3cd7d2
Compare
Choose a tag to compare

What's Changed

  • Fixed patch endpoints to end with a / and one get request by @LALauw in #7

Full Changelog: 3.1.1...3.1.2

3.1.1

29 Jan 10:09
aa823a6
Compare
Choose a tag to compare

What's Changed

  • Hotfix for cancel requests missing a / by @LALauw in #6

Full Changelog: 3.1.0...3.1.1

3.1.0

25 Jan 08:31
88c98ca
Compare
Choose a tag to compare

What's Changed

  • added delete endpoint for webhooks by @LALauw in #4

New Contributors

  • @LALauw made their first contribution in #4

Full Changelog: 3.0.0...3.1.0

3.0.0

23 Jan 14:00
66bcd91
Compare
Choose a tag to compare

What's Changed

  • Update dependencies and replace old authenticator by @Fichtme in #3

Full Changelog: 2.0.0...3.0.0

2.0.0

23 Jan 13:45
b806afd
Compare
Choose a tag to compare

What's Changed

  • Refactor and update codebase to utilize Saloon by @Fichtme in #2

New Contributors

Full Changelog: 1.0.0...2.0.0

1.0.0

09 Mar 11:01
Compare
Choose a tag to compare

Initial release