All notable changes to laravel-inertia-dataproviders
will be documented in this file.
- Closure serialization bugfix.
- Drop support for Laravel 9, 10
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.6.1...v1.6.2
- Attribute name formatting bugfix.
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.6.0...v1.6.1
- Add support for attribute name formatting. by @hailwood in #20
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.5.0...v1.6.0
Add Laravel 11 support by @hailwood
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.4.0...v1.5.0
- Support returning a dataprovider directly from a controller. by @hailwood in #15
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.3.1...v1.4.0
- FIX support laravel 9 by @SuryaWebfox in #11
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.3.0...v1.3.1
- Added
toNestedArray
method
- Laravel 10 Support by @Jim-Webfox in #6
- @Jim-Webfox made their first contribution in #6
Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.1.0...v1.2.0
Add dd
and dump
methods to the DataProvider class
Fix return type check failing against union types.
Updates to composer.json to help discoverability
Initial release of package!