Releases: MarcinOrlowski/laravel-api-response-builder
Releases · MarcinOrlowski/laravel-api-response-builder
v12.1.1
v12.1.0
v12.0.2
- [GH-263] Fixed
Validator::assertIsType()not validating provided exception class againstInvalidTypeExceptionContract. - [GH-263] Added unit tests for
Validator::assertIsType(). - [GH-265] Fixed PHP 8.4 deprecation
Implicitly nullable parameters...(reporeted by @technetius) - Fixed typehints to make PHPStan green on
maxsensitivity level.
v12.0.1
v12.0.0
- Added support for Laravel v12.
v11.0.0
- Added support for Laravel v11.
- Corrected documentation (thanks to Ehsan Soleimanian)
v10.0.0
- Added support for Laravel v10.
v9.4.0
- BACKWARD INCOMPATIBLE CHANGES (more info).
- Removed redundant PHPDocs entries for type-hinted elements.
- Fixed exception handler helper not properly handling iterating over mismatched configuration
items. - Fixed missing dependency entry in
composer.json(development tools). - Reworked tests to use strict object representation of API response stricture to reduce overall
LoC. - Removed
assertValidResponse()test helper method due to introduction ofApiResponseclass.
v9.3.2
- Laravel 9.x is now included in test matrices.
- PHP 8.1 is now included in test matrices.
- Simplified some logic by removing redundant checks.
v9.3.1
- Default
composer.jsonalso includes development packages now. - Updated examples in docs (thanks to @jcmcclorey).
- Small code cleanup.