Skip to content

Releases: API-Skeletons/laravel-hal

5.0.2

01 Feb 20:57
6c53b6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

30 Jan 01:36
c087a9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

30 Jan 01:04
62438d1
Compare
Choose a tag to compare

These changes are breaking changes so a new major version is necessary.

Upgrade Notes

  • DI hydrators should have no necessary changes
  • For resources with an embeddedResource which is empty, an empty array [] was returned. Now null will be returned.

What's Changed

Full Changelog: 4.0.1...5.0.0

4.0.1

19 Jan 23:21
b91c940
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

19 Jan 05:58
5acde06
Compare
Choose a tag to compare

Support for PHP 8+ only

What's Changed

Full Changelog: 3.0.4...4.0.0

3.0.4

19 Jan 05:16
a097ef6
Compare
Choose a tag to compare

Changes in 3.0.3 were not backward compatible with PHP 7.3.
Future releases will support PHP 8.0+ only.

3.0.3

19 Jan 05:11
657ff6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

08 Dec 02:14
Compare
Choose a tag to compare
Allow for custom hydrator when embedding resources

3.0.1

10 Jan 04:09
dd1ddf0
Compare
Choose a tag to compare

Added

  • Support for PHP 7.3 through 8.0

3.0.0

08 Jan 04:15
Compare
Choose a tag to compare

Added

  • Support for Laravel Framework ^5.7