Skip to content

Releases: foxbytehq/laravel-inertia-dataproviders

v3.1.0 Release

05 Oct 22:43
5871659

Choose a tag to compare

What's Changed

  • Add support for Inertia optional props by @hailwood in #33

Full Changelog: v3.0.0...v3.1.0

v3.0.0 Company Rebrand

19 Sep 00:11
3324df9

Choose a tag to compare

What's Changed

Complete rebranding of the package from Webfox to Foxbyte (our new company name!).

Migration Path

  1. Update your composer.json to use the new foxbytehq/laravel-inertia-dataproviders package name
  2. Run composer update
  3. Updating namespace imports in your code from Webfox\InertiaDataProviders to Foxbyte\InertiaDataProviders

Full Changelog: v2.2.0...v3.0.0

v2.2.0

30 Apr 22:33
dd1da63

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

14 Feb 02:18
d27ad78

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

13 Jan 20:33
015b76b

Choose a tag to compare

  • Remove redundant filter expression

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Sep 03:48
b8a8405

Choose a tag to compare

  • Closure serialization bugfix.
  • Drop support for Laravel 9, 10

v1.6.1

21 Jun 04:35

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

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

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

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