Stable Release
What's Changed
- Feature/improve package by @Dropelikeit in #21
- Removed PHP 7.4 support, the minimum PHP version is 8.0.
- Added two new configuration parameters
add_default_handlers: bool
andcustom_handlers: list<\Dropelikeit\LaravelJmsSerializer\Contracts\CustomHandlerConfiguration>
- Added a better documentation
- Added a upgrade guide to 4.0
- Added tests for serializer factory and service provider
- New support notes added to the readme file by @Dropelikeit in #22
- Updated license by @Dropelikeit in #23
For more information, refer to the UPGRADE-4.0.md
Full Changelog: v3.1.0...v4.0.0