Skip to content

Releases: f9webltd/laravel-api-response-helpers

2.1.0

15 Feb 10:59
8261631
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

10 Mar 13:14
2e30e76
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 11 Support (patch release are no package API changes) by @ultrono in #34

Full Changelog: 2.0.0...2.0.1

2.0.0

16 Oct 12:14
dbb734f
Compare
Choose a tag to compare

What's Changed

  • Support PHP ^8.0 and Laravel ^8.0 only by @ultrono in #30. Also fixes #29

Full Changelog: 1.5.3...2.0.0

1.5.3

01 Oct 10:23
538c19c
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @fouteox in #26
  • Resolve Node related warnings when running Github actions by @ultrono in #28

New Contributors

Full Changelog: 1.5.2...1.5.3

1.5.2

31 Jan 18:17
f6d0646
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

15 Feb 14:38
4efcbab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0

06 Oct 19:57
6794fbe
Compare
Choose a tag to compare

What's Changed

  • Allow setting of default response data, with correct handling of nulls and empty arrays by @JacekAndrzejewski in #16
  • Add various useful repository configuration files and remove composer.lock by @chapeupreto in #17

New Contributors

Full Changelog: 1.4.2...1.50

1.4.2

20 Sep 18:41
4c3fb70
Compare
Choose a tag to compare

Improve test coverage. Add tests to cover usage of Laravel API resources, Laravel collections and Laravel Eloquent Collections (thanks @kzvonov and @AdamGaskins ) 🍾

1.4.1

18 Sep 13:10
8a84b98
Compare
Choose a tag to compare

Refactor tests to reduce code duplication (via data providers) and test additional data types (thanks @rkhan06, @JacekAndrzejewski) 🎸

1.4.0

18 Sep 10:30
Compare
Choose a tag to compare
  • Add support for JsonResources (and any other Arrayables/JsonSerializables) (#10, thanks @AdamGaskins) 🤖
  • Update readme to document new objects types with examples 🪐
  • Code tidy, extract logic to fetch message from an exception to method 😎