Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 841 Bytes

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 841 Bytes

Changelog

All notable changes to laravel-inertia-dataproviders will be documented in this file.

v1.3.0 - 2023-06-22

What's Changed

  • Added toNestedArray method

v1.2.0 - 2023-02-22

What's Changed

  • Laravel 10 Support by @Jim-Webfox in webfox#6

New Contributors

  • @Jim-Webfox made their first contribution in webfox#6

Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.1.0...v1.2.0

v1.1.0 - 2022-09-14

Add dd and dump methods to the DataProvider class

v1.0.2 - 2022-05-04

Fix return type check failing against union types.

v1.0.1 - 2022-05-04

Updates to composer.json to help discoverability

v1.0.0 - 2022-05-04

Initial release of package!