Skip to content

Releases: glhd/gretel

1.9.2

18 Jul 14:35
1facf3d
Compare
Choose a tag to compare

What's Changed

  • PHP 8.4 explicit nullable types by @onlime in #21

New Contributors

Full Changelog: 1.9.1...1.9.2

1.9.1

10 Mar 17:50
Compare
Choose a tag to compare

Add support for laravel/serializable-closure 2.0.

Full Changelog: 1.9.0...1.9.1

1.9.0

04 Mar 16:22
Compare
Choose a tag to compare

What's New

  • Added Laravel 12 support

Full Changelog: 1.8.0...1.9.0

1.8.0

12 Mar 20:06
Compare
Choose a tag to compare

What's Changed

  • Added Laravel 11 support
  • Fix use of Arr alias in ParentResolver, fixes #16 by @Spice-King in #17

Full Changelog: 1.7.0...1.8.0

1.7.0

17 Feb 20:35
Compare
Choose a tag to compare

Added

  • Added Laravel 10 support

1.6.1

06 Jan 17:55
Compare
Choose a tag to compare

Fixed

  • Resource routes now respect global names set via ResourceRegistrar::setParameters()
  • Resource routes now respect the ResourceRegistrar::singularParameters() config
  • Resource routes now account for setting parameters to "singular" on a case-by-case basis
  • Resource routes now correctly handle resource names that are hyphenated

1.6.0

30 Jun 15:53
0e78663
Compare
Choose a tag to compare

Added

  • Added the option to register breadcrumbs manually with Gretel::breadcrumb()

Fixed

1.5.0

11 Feb 14:43
Compare
Choose a tag to compare

Added

  • Added support for Laravel 9.0

1.4.0

20 Oct 20:08
e875da5
Compare
Choose a tag to compare

Added

  • Added support for Route::resource()

Full Changelog: 1.3.0...1.4.0

1.3.0

06 Oct 14:24
Compare
Choose a tag to compare

Added support for Inertia.js (see documentation).