Skip to content

Releases: glhd/gretel

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).

1.2.0

29 Sep 20:13
Compare
Choose a tag to compare

Added

  • Added Gretel facade
  • Added options for handling missing or mis-configured breadcrumbs (see README)
  • Added additional exceptions for more granular handling

Fixed

  • Calling Collection methods on RequestBreadcrumbs now automatically populates the collection first

1.1.0

28 Sep 19:40
Compare
Choose a tag to compare

Changed

  • Updated the internal Resolver API
  • Improved parent resolver so that you can refer to routes that haven't been defined yet

1.0.0

28 Sep 16:08
Compare
Choose a tag to compare

Initial production release.