All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support Laravel 12 PR#23. Thanks to laravel-shift for creating the PR.
- Extend workflow matrix to include PHP 8.2, 8.3 and 8.4 PR#24
- Support Laravel 11 PR#21. Thanks to laravel-shift for creating the PR.
- Support Laravel 10 PR#19. Thanks to Sunil Bhatia for creating the PR.
- Support Laravel 9 PR#17
- Utilise the new builder factory; Add mapToCollection methods PR#13
- Migrate to GitHub actions PR#12
- Update to version ^2.0 JsonMapper
- Add support for Laravel 8
- Late config binding added for runtime override
- Make JsonMapperInterface available in ServiceProvider
- Optimised composer dependencies. PR#2
- Fixed readme shields
- Add initial ServiceProvider and package config