masonite-inertia
masonite-inertia copied to clipboard
Bump ziggy-js from 1.3.1 to 1.5.0
Bumps ziggy-js from 1.3.1 to 1.5.0.
Release notes
Sourced from ziggy-js's releases.
v1.5.0
What's Changed
- Allow
null
as entire params argument by@bakerkretzmar
in tighten/ziggy#582- Test on PHP 8.2 by
@bakerkretzmar
in tighten/ziggy#584- Add support for negating route filter patterns with
!
by@bakerkretzmar
in tighten/ziggy#559Full Changelog: https://github.com/tighten/ziggy/compare/v1.4.6...v1.5.0
v1.4.6
What's Changed
- Use global regex instead of
replaceAll
by@bakerkretzmar
in tighten/ziggy#548Full Changelog: https://github.com/tighten/ziggy/compare/v1.4.5...v1.4.6
v1.4.5
What's Changed
- Run CI on Windows by
@bakerkretzmar
in tighten/ziggy#530- Fix: dead code by
@Tofandel
in tighten/ziggy#525- Fix
route().current()
with wheres including regex start/end anchors by@bakerkretzmar
in tighten/ziggy#535- Just a small PR by
@Tofandel
in tighten/ziggy#528- Bump minimist from 1.2.5 to 1.2.6 by
@dependabot
in tighten/ziggy#541- Fix inherited custom route key name detection by
@bakerkretzmar
in tighten/ziggy#540Full Changelog: https://github.com/tighten/ziggy/compare/v1.4.4...v1.4.5
v1.4.4
What's Changed
- still encode other characters in last parameter by
@rodrigopedra
in tighten/ziggy#507- fix: updated the route matching logic to take the wheres into account (#513) by
@Tofandel
in tighten/ziggy#514- feat: allow custom output via formatters by
@jaulz
in tighten/ziggy#483- feat: Add Vue3 Provide/Inject Plugin by
@c-fitzmaurice
in tighten/ziggy#518New Contributors
@c-fitzmaurice
made their first contribution in tighten/ziggy#518Full Changelog: https://github.com/tighten/ziggy/compare/v1.4.3...v1.4.4
v1.4.3
What's Changed
- fix: exclude internal parameters by
@jaulz
in tighten/ziggy#482- Test on PHP 8.1 by
@bakerkretzmar
in tighten/ziggy#484- Add support for not encoding slashes in wildcard last parameter by
@bakerkretzmar
in tighten/ziggy#500Full Changelog: https://github.com/tighten/ziggy/compare/v1.4.2...v1.4.3
... (truncated)
Changelog
Sourced from ziggy-js's changelog.
[v1.5.0] - 2022-09-23
Added
- Add support for negating route filter patterns with
!
by@bakerkretzmar
in tighten/ziggy#559Changed
- Test on PHP 8.2 by
@bakerkretzmar
in tighten/ziggy#584Fixed
- Allow
null
as entire params argument by@bakerkretzmar
in tighten/ziggy#582[v1.4.6] - 2022-04-08
Fixed
- Use global regex instead of
replaceAll
for better browser support by@bakerkretzmar
in tighten/ziggy#548[v1.4.5] - 2022-03-25
Fixed
- Remove dead code by
@Tofandel
in tighten/ziggy#525- Fix
route().current()
with 'wheres' that include regex start/end anchors by@bakerkretzmar
in tighten/ziggy#535- Fix inherited custom route key name detection by
@bakerkretzmar
in tighten/ziggy#540[v1.4.4] - 2022-03-11
Added
- Allow custom output via formatters by
@jaulz
in tighten/ziggy#483- Add Vue 3
provide
/inject
support to the Vue plugin by@c-fitzmaurice
in tighten/ziggy#518Fixed
- Encode non-slash characters in wildcard last parameter by
@rodrigopedra
in tighten/ziggy#507- Update JS route matching to take 'wheres' into account by
@Tofandel
in tighten/ziggy#514[v1.4.3] - 2022-01-28
Added
- Test on PHP 8.1 by
@bakerkretzmar
in tighten/ziggy#484- Don't encode slashes in wildcard last parameter by
@bakerkretzmar
in tighten/ziggy#500Fixed
- Ignore route action parameters without URI segments by
@jaulz
in tighten/ziggy#482
... (truncated)
Commits
419ac3f
v1.5.05205250
Update microbundle9ffdf7d
Buildb568d7f
Update Jestdf1bfce
npm update
99b7beb
Merge pull request #559 from tighten/jbk/filter-negation583e703
Merge branch 'main' into jbk/filter-negation9c5082e
Merge pull request #584 from tighten/jbk/php-824e0fd14
Merge branch 'main' into jbk/php-82a868a95
Exclude older Laravel versions from PHP 8.2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)