Releases: tighten/ziggy
v1.0.0
Ziggy 1 has arrived!
v1.0.0 includes significant changes and improvements. Huge thanks to everyone who contributed to this release, including Somethingideally, Livijn, davejamesmiller, DanielCoulbourne, ankurk91, and benallfree.
For detailed instructions on how to update your projects to v1.0.0, take a look at the Upgrade Guide, and for a complete list of changes, check out the Changelog.
v0.9.4
- Fix escaping of
.characters in thecurrent()method, thanks @davejamesmiller! (#296)
v0.9.3
- Ensure Ziggy's assets are always generated in the correct location (#290)
- Add support for passing a CSP
nonceattribute to the@routesBlade directive to be set on the script tag, thanks @tminich! (#287) - Improve support for using Ziggy with server-side rendering, thanks @emielmolenaar! (#260)
- Avoid resolving the Blade compiler unless necessary, thanks @axlon! (#267)
- Use
dist/js/route.jsas the npm package's main target, thanks @ankurk91 and @benallfree! (#276) - Readme and quality-of-life improvements (#289)
v0.9.2
This release adds support for Ziggy being distributed as an npm package under ziggy-js.
See #277 (thanks @benallfree!) and #286.
v0.9.1
This patch release includes:
v0.9.0 Add --group option and support for Laravel 7.x
Ziggy now supports all versions of Laravel from 5.4 to 7.x
Also included:
- A new
--groupoption to the generated routes command (thanks @mpskovvang) - A small note in the docs about CSRF when using axios calls (thanks @dabernathy89)
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
middlewarekey 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 returningundefinedfor 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
middlewarekey 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 returningundefinedfor the base route (inadvertently fixed with PR #201)