Releases: tighten/ziggy
Releases · tighten/ziggy
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
v2.3.1
What's Changed
- Escape special regex characters when matching routes by @aguingand in #766
- Optimize has() by @thomas-brx in #770
- Fix params sometimes being double-decoded by @bakerkretzmar in #778
New Contributors
- @thomas-brx made their first contribution in #770
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Pest by @bakerkretzmar in #756
- Laravel route change by @hasanablak in #763
- add ability to acess only the query params or the actual route params by @peter-emad99 in #744
- Modernize some PHP syntax by @bakerkretzmar in #757
New Contributors
- @hasanablak made their first contribution in #763
Full Changelog: v2.2.1...v2.3.0