Releases: tighten/ziggy
Releases · tighten/ziggy
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
v2.4.1
- Fix
qstype dependencies
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Update
README.md. by @choowx in #782 - Fix type definition for route() with only options by @bram-pkg in #786
- Add note to use inject for vue 3 by @mhelaiwa in #785
- Add ability to strictly type check route names by @bakerkretzmar and @Andyuu in #787
- Fix
queryParamsreturn type by @bakerkretzmar in #788
New Contributors
Full Changelog: v2.3.1...v2.4.0