Releases: nedwors/navigator
Releases · nedwors/navigator
Laravel 10 and Pest v2
What's Changed
- chore(deps): Adds support for Laravel 10 and Pest v2 by @lukeraymonddowning in #4
New Contributors
- @lukeraymonddowning made their first contribution in #4
Full Changelog: 0.5.0...0.6.0
HasActiveDescendants Updates
- Fixes spelling of
hasActiveDescendants
- Adds
hasActiveDescendants
totoArray
andtoJson
Types Update
Enhances the type definition for Nav::define
toJson and toArray Enhancements
- Adds toArray to enhance toJson
- Adds
active
output to toArray
Laravel 9 and PHP 8.1
This release adds support for Laravel 9 and PHP 8.1!
To simplify the code base, support for generators and LazyCollections
have been removed.
Support for toJson
- Adds support for retrieving Nav items as json using toJson method.
- Changes default Item route to
null
from#0
Initial Release
The initial release of Navigator