Releases: exonet/exonet-api-php
Releases · exonet/exonet-api-php
v3.2.0
What’s changed
✨ New features
- #57 Add support for PHP 8.4 @robbinjanssen
🧰 Maintenance
- #41 Auto approve depedabot patches @robbinjanssen
- #46 Remove automerge github action @robbinjanssen
📚 Documentation
- #32 Fix releases link @robinmulder
⬆️ Dependency updates
- #33 Bump pascalgn/automerge-action from 0.15.3 to 0.15.5 @dependabot
- #34 Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 @dependabot
- #35 Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 @dependabot
- #36 Bump pascalgn/automerge-action from 0.15.5 to 0.15.6 @dependabot
- #37 Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 @dependabot
- #38 Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 @dependabot
- #39 Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 @dependabot
- #40 Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 @dependabot
- #42 Bump actions/checkout from 3 to 4 @dependabot
- #43 Bump stefanzweifel/git-auto-commit-action from 4 to 5 @dependabot
- #44 Bump stefanzweifel/git-auto-commit-action from 4 to 5 @dependabot
- #45 Bump pascalgn/automerge-action from 0.15.6 to 0.16.0 @dependabot
- #47 Bump release-drafter/release-drafter from 5 to 6 @dependabot
- #48 Remove explicit php 8.1 from composer @styxit
- #53 ⬆️ Update actions/checkout action to v4.2.2 @renovate
- #52 ⬆️ Update php-actions/phpunit action to v3.0.3 @renovate
- #54 ⬆️ Update php-actions/composer action to v6.1.2 @renovate
- #55 ⬆️ Update stefanzweifel/git-auto-commit-action action to v5.1.0 @renovate
- #56 ⬆️ Update dependency phpunit/phpunit to v11 @renovate
- #57 Add support for PHP 8.4 @robbinjanssen
v3.1.3
What’s changed
🚀 Enhancements
⬆️ Dependency updates
- #27 Bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 @dependabot
- #28 Bump dependabot/fetch-metadata from 1.3.2 to 1.3.3 @dependabot
- #30 Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 @dependabot
v3.1.2
What’s changed
🐛 Bug fixes
- #24 Do not let Guzzle v7 throw exceptions @robbinjanssen
🧰 Maintenance
- #26 Add "auto merge" action and auto merge dependabot patches @robbinjanssen
⬆️ Dependency updates
- #23 Bump actions/checkout from 2 to 3 @dependabot
- #25 Bump dependencies to latest (compatible) version @robbinjanssen
v3.1.1
What’s changed
🧰 Maintenance
📚 Documentation
- #22 Remove travis label from readme @robbinjanssen
⬆️ 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
What’s changed
🧰 Maintenance
- #14 Add GitHub actions @robbinjanssen
⬆️ Dependency updates
- #15 Add support for PHP 8 @robbinjanssen
v3.0.0
v2.4.1
v2.4.0
Get recursive resources
v2.3.0 - 2020-08-07
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
andlastPage
methods to theApiResourceSet
for easy loading of paginated resource sets. - Add a
getRecursive
method to theRequest
to get the resource set including recursively the resource sets from the following pages.
Add ValidationException
v2.2.0 - 2019-11-27
Changed
- Extend the
ValidationException
to contain all returned validation errors.