Skip to content

Releases: exonet/exonet-api-php

v3.1.3

06 Oct 13:22
854952a
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

⬆️ Dependency updates

v3.1.2

27 May 11:24
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

v3.1.1

02 Feb 09:50
058ae3f
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

  • #18 Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 @dependabot
  • #20 Bump release-drafter/release-drafter from 5.16.1 to 5.17.5 @dependabot
  • #21 Update release-drafter/release-drafter from 5.17.5 to v5 @dependabot

v3.1.0

08 Nov 10:56
c6013cc
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

⬆️ Dependency updates

v3.0.0

19 Oct 07:21
c00db64
Compare
Choose a tag to compare

v3.0.0 - 2021-10-19

Compare v2.4.1 - v3.0.0

Breaking

  • Dependency updates for:
    • php from 7.1 to 7.3
    • guzzlehttp/guzzle from ~6.0 to ~7.3
    • psr/log from ^1.0 to ^1.1

Changed

  • Updated dev dependencies.

v2.4.1

01 Feb 08:50
9e0e818
Compare
Choose a tag to compare

Fixed

  • Parsing the response of a DELETE and PATCH requests will only validate the response.

v2.4.0

20 Jan 15:38
84f862d
Compare
Choose a tag to compare

v2.4.0 - 2021-01-20

Compare v2.3.0 - v2.4.0

Changed

  • On PATCH and DELETE requests the response will be parsed to trigger a possible ValidationException.

Get recursive resources

07 Aug 09:43
b9cf609
Compare
Choose a tag to compare

v2.3.0 - 2020-08-07

Compare v2.2.0 - v2.3.0

Added

  • Add the total() method to resource sets to get the total number of resources (and not only the number of resources in the current resource set).
  • Add nextPage, previousPage, firstPage and lastPage methods to the ApiResourceSet for easy loading of paginated resource sets.
  • Add a getRecursive method to the Request to get the resource set including recursively the resource sets from the following pages.

Add ValidationException

27 Nov 13:39
Compare
Choose a tag to compare

v2.2.0 - 2019-11-27

Compare v2.1.1 - v2.2.0

Changed

  • Extend the ValidationException to contain all returned validation errors.

v2.1.1

20 Sep 07:29
2046bbd
Compare
Choose a tag to compare

v2.1.1 - 2019-09-19

Compare v2.1.0 - v2.1.1

Changed

  • DELETE requests now return true when successful. If something went wrong, an exception is still thrown.