Skip to content

Releases: webfox/laravel-inertia-dataproviders

v2.0.0

20 Sep 03:48
b8a8405
Compare
Choose a tag to compare
  • Closure serialization bugfix.
  • Drop support for Laravel 9, 10

v1.6.1

21 Jun 04:35
Compare
Choose a tag to compare
  • Attribute name formatting bugfix.

Full Changelog: v1.6.0...v1.6.1

v1.6.0

21 Jun 04:04
91d43db
Compare
Choose a tag to compare

What's Changed

  • Add support for attribute name formatting. by @hailwood in #20

Full Changelog: v1.5.0...v1.6.0

v1.5.0

12 Mar 23:08
Compare
Choose a tag to compare

Add Laravel 11 support by @hailwood

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Feb 02:19
2145907
Compare
Choose a tag to compare

What's Changed

  • Support returning a dataprovider directly from a controller. by @hailwood in #15

Full Changelog: v1.3.1...v1.4.0

V1.3.1

22 Jun 00:46
4c2979e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Jun 00:40
70bcacc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Feb 20:50
b2e5f39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Sep 02:24
Compare
Choose a tag to compare

Add dd and dump methods to the DataProvider class

v1.0.2

04 May 22:59
Compare
Choose a tag to compare

Fix return type check failing against union types.