Releases: tighten/ziggy
Releases · tighten/ziggy
Release list
v2.6.4
What's Changed
- Fix intellisense/completions for partial route parameter objects by @bakerkretzmar in #880
- Check if model has table or route key attribute to determine bindings by @bram-pkg in #894
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
- Fix TypeError when optional params omitted from array (fixes #736) by @pataar in #878
- Brand RouteUrl type to distinguish it from plain strings by @pataar in #877
- Test on Laravel 13 by @bakerkretzmar in #874
- Docs: Update PHP_CodeSniffer repository link by @rodrigoprimo in #881
- Create the directory for a custom types path if it doesn't exist by @lazerg in #888
New Contributors
- @rodrigoprimo made their first contribution in #881
- @lazerg made their first contribution in #888
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- Fix shared route bindings mutation in _substituteBindings by @pataar in #875
- fix: handle falsy parameter values in _parse by @pataar in #876
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- Allow specifying the name of the typescript declaration file by @bakerkretzmar in #872
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Support route model binding and interfaces by @christian98 in #854
- feat(typescript): add branded type for creating routes by @pataar in #862
- Add JSON option to
@routesfor improved CSP compatibility by @flexponsive in #831 - Replace
qsby @benmccann in #846 - Fix current checks with encoded
#in URL by @bakerkretzmar in #863
New Contributors
- @christian98 made their first contribution in #854
- @pataar made their first contribution in #862
- @flexponsive made their first contribution in #831
- @benmccann made their first contribution in #846
Full Changelog: v2.5.3...v2.6.0
v2.5.3
What's Changed
- fix type hinting for PHP 8.4 by @bodny in #816
- Fix checking current route in strict mode by @bakerkretzmar in #840
New Contributors
Full Changelog: v2.5.2...v2.5.3
v2.5.2
What's Changed
- Test on Laravel 12 by @shuvroroy in #820
- Update extendability of
Types.phpby @rrmesquita in #821
New Contributors
- @rrmesquita made their first contribution in #821
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- Fix
current()type in strict mode by @bakerkretzmar in #809
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- feat: support passing except/only args to ziggy command by @joshmanders in #805
- Redefine
ParsedQstype by @bakerkretzmar in #806 - Only limit route names when calling route() by @simon-tma in #790
New Contributors
- @joshmanders made their first contribution in #805
Full Changelog: v2.4.2...v2.5.0
v2.4.2
What's Changed
- Fix deprecated implictly nullable parameter by @datlechin in #792
New Contributors
- @datlechin made their first contribution in #792
Full Changelog: v2.4.1...v2.4.2