Releases: glhd/gretel
Releases · glhd/gretel
1.8.0
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
1.6.1
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
Added
- Added the option to register breadcrumbs manually with
Gretel::breadcrumb()
Fixed
- Fixed issue where resource routes didn't work when nested in route groups with parameters (#7)
1.5.0
1.4.0
1.3.0
Added support for Inertia.js (see documentation).
1.2.0
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 onRequestBreadcrumbs
now automatically populates the collection first