Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 2.12 KB

Changelog

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

v2.0.0 - 2024-09-20

  • 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

v1.6.1 - 2024-06-21

  • Attribute name formatting bugfix.

Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.6.0...v1.6.1

v1.6.0 - 2024-06-21

What's Changed

  • 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

v1.5.0 - 2024-03-12

Add Laravel 11 support by @hailwood

Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.4.0...v1.5.0

v1.4.0 - 2024-02-27

What's Changed

  • 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

V1.3.1 - 2023-06-22

What's Changed

  • FIX support laravel 9 by @SuryaWebfox in #11

Full Changelog: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.3.0...v1.3.1

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 #6

New Contributors

  • @Jim-Webfox made their first contribution in #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!