Skip to content

Releases: tighten/ziggy

v0.7.1

26 Apr 22:04
Compare
Choose a tag to compare

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'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)

v0.7.0

26 Apr 22:02
5c06ee2
Compare
Choose a tag to compare

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)

v0.6.9

29 Oct 23:01
Compare
Choose a tag to compare
Build Assets for release.

v0.6.8.1

28 Aug 01:28
Compare
Choose a tag to compare

bugfix

v0.6.8

28 Aug 01:07
Compare
Choose a tag to compare

Supports Laravel 5.7
Updates NPM Dependencies.

v0.6.7

23 Jul 21:15
cf6dc47
Compare
Choose a tag to compare
Merge pull request #161 from reinink/patch-1

Only remove null and undefined query params

v0.6.6

21 Apr 09:12
52eedae
Compare
Choose a tag to compare
Merge pull request #153 from tightenco/allow-custom-ziggy-in-url-builder

Fix a few missed Ziggy references.

v0.6.5

21 Apr 08:40
d2c8fe9
Compare
Choose a tag to compare
Merge pull request #152 from tightenco/allow-custom-ziggy-in-url-builder

Update the route function to allow a third param for custom object.

v0.6.4

21 Apr 08:20
1da970b
Compare
Choose a tag to compare
Merge pull request #151 from tightenco/allow-custom-ziggy-in-url-builder

Allow custom Ziggy to be passed into UrlBuilder (so I can use UrlBuilder in other packages.)

v0.6.3

27 Mar 19:19
24192a2
Compare
Choose a tag to compare
Merge pull request #144 from RomeroMsk/patch-1

CommandRouteGenerator defaultParameters fix