Releases: tighten/ziggy
Releases · tighten/ziggy
v1.0.4
v1.0.3
v1.0.2
v1.0.1
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
nonce
attribute to the@routes
Blade 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.js
as 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
--group
option to the generated routes command (thanks @mpskovvang) - A small note in the docs about CSRF when using axios calls (thanks @dabernathy89)