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)