Releases: tighten/ziggy
Releases · tighten/ziggy
v0.8.1
Build Assets.
Laravel 6.0 release
This release adds compatibility with Laravel 6.0. Thanks to @victorlap and @ankurk91 for their pull requests included in this release.
v0.7.1
Built version of v0.7.0 (sorry!)
Release notes for v0.7.0:
This release includes the following changes:
- Fix
current()
method returning undefined if it doesn't include an optional parameter (PR #201 from @s-widerberg) - Optionally include middleware to routes collection, if
middleware
key is set in Laravel'sconfig/ziggy
(PR #199 from @jes490) - Fix a low severity vulnerability with the lodash package, a dependency of other packages (PR #210 from @DanielCoulbourne)
- Fix issue #200 where
current()
was returningundefined
for the base route (inadvertently fixed with PR #201)
v0.7.0
This release includes the following changes:
- Fix
current()
method returning undefined if it doesn't include an optional parameter (PR #201 from @s-widerberg) - Optionally include middleware to routes collection, if
middleware
key is set in Laravel'sconfig/ziggy
(PR #199 from @jes490) - Fix a low severity vulnerability with the lodash package, a dependency of other packages (PR #210 from @DanielCoulbourne)
- Fix issue #200 where
current()
was returningundefined
for the base route (inadvertently fixed with PR #201)
v0.6.9
Build Assets for release.
v0.6.8.1
bugfix
v0.6.8
Supports Laravel 5.7
Updates NPM Dependencies.
v0.6.7
Merge pull request #161 from reinink/patch-1 Only remove null and undefined query params
v0.6.6
Merge pull request #153 from tightenco/allow-custom-ziggy-in-url-builder Fix a few missed Ziggy references.
v0.6.5
Merge pull request #152 from tightenco/allow-custom-ziggy-in-url-builder Update the route function to allow a third param for custom object.