Laravel Api Response Helpers Versions Save

:rocket: A simple package allowing for consistent API responses throughout your Laravel application

2.0.1

1 month ago

What's Changed

Full Changelog: https://github.com/f9webltd/laravel-api-response-helpers/compare/2.0.0...2.0.1

2.0.0

6 months ago

What's Changed

Full Changelog: https://github.com/f9webltd/laravel-api-response-helpers/compare/1.5.3...2.0.0

1.5.3

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/f9webltd/laravel-api-response-helpers/compare/1.5.2...1.5.3

1.5.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/f9webltd/laravel-api-response-helpers/compare/1.5.1...1.5.2

1.5.1

2 years ago

1.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/f9webltd/laravel-api-response-helpers/compare/1.4.2...1.50

1.4.2

2 years ago

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

2 years ago

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

1.4.0

2 years ago
  • 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 😎

1.3.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/f9webltd/laravel-api-response-helpers/compare/1.3.1...1.3.2