Skip to content

v0.7.0

Compare
Choose a tag to compare
@jakebathman jakebathman released this 26 Apr 22:02
5c06ee2

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's config/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 returning undefined for the base route (inadvertently fixed with PR #201)