Releases: tighten/ziggy
Releases · tighten/ziggy
v1.6.0
v1.5.2
What's Changed
- Trim slashes between origin and optional first param by @bakerkretzmar in #637
- Add Vite instructions to README.md by @fullstackfool in #627
- fix: route().params is not decoded by @Tofandel in #610
New Contributors
- @fullstackfool made their first contribution in #627
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- chore: Update README.md by @afolabiabass in #587
- Bump loader-utils from 3.2.0 to 3.2.1 by @dependabot in #596
- Updated img shields link to new format for 'build' by @geoffreyrose in #604
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #606
- Update banner by @driftingly in #609
- Update composer and tests for Laravel 10 by @driftingly in #607
- Override route key name if $primaryKey is overridden by @Jared0430 in #630
New Contributors
- @afolabiabass made their first contribution in #587
- @geoffreyrose made their first contribution in #604
- @driftingly made their first contribution in #609
- @Jared0430 made their first contribution in #630
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Allow
null
as entire params argument by @bakerkretzmar in #582 - Test on PHP 8.2 by @bakerkretzmar in #584
- Add support for negating route filter patterns with
!
by @bakerkretzmar in #559
Full Changelog: v1.4.6...v1.5.0
v1.4.6
What's Changed
- Use global regex instead of
replaceAll
by @bakerkretzmar in #548
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Run CI on Windows by @bakerkretzmar in #530
- Fix: dead code by @Tofandel in #525
- Fix
route().current()
with wheres including regex start/end anchors by @bakerkretzmar in #535 - Just a small PR by @Tofandel in #528
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #541
- Fix inherited custom route key name detection by @bakerkretzmar in #540
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- still encode other characters in last parameter by @rodrigopedra in #507
- fix: updated the route matching logic to take the wheres into account (#513) by @Tofandel in #514
- feat: allow custom output via formatters by @jaulz in #483
- feat: Add Vue3 Provide/Inject Plugin by @c-fitzmaurice in #518
New Contributors
- @c-fitzmaurice made their first contribution in #518
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- fix: exclude internal parameters by @jaulz in #482
- Test on PHP 8.1 by @bakerkretzmar in #484
- Add support for not encoding slashes in wildcard last parameter by @bakerkretzmar in #500
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
What's Changed
- fix: catch undefined global Ziggy by @jaulz in #462
- Fix Octane caching issue by @bakerkretzmar in #460
Full Changelog: v1.4.0...v1.4.1