Skip to content

Commit d3c7447

Browse files
committed
v1.4.5
1 parent a3359f8 commit d3c7447

8 files changed

Lines changed: 36 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ Breaking changes are marked with ⚠️.
88

99
## [Unreleased]
1010

11+
## [v1.4.5] - 2022-03-25
12+
13+
## [v1.4.4] - 2022-03-11
14+
15+
**Added**
16+
17+
- Allow custom output via formatters by @jaulz in https://github.com/tighten/ziggy/pull/483
18+
- Add Vue 3 `provide`/`inject` support to the Vue plugin by @c-fitzmaurice in https://github.com/tighten/ziggy/pull/518
19+
20+
**Fixed**
21+
22+
- Encode non-slash characters in wildcard last parameter by @rodrigopedra in https://github.com/tighten/ziggy/pull/507
23+
- Update JS route matching to take 'wheres' into account by @Tofandel in https://github.com/tighten/ziggy/pull/514
24+
25+
## [v1.4.3] - 2022-01-28
26+
27+
**Added**
28+
29+
- Test on PHP 8.1 by @bakerkretzmar in https://github.com/tighten/ziggy/pull/484
30+
- Don't encode slashes in wildcard last parameter by @bakerkretzmar in https://github.com/tighten/ziggy/pull/500
31+
32+
**Fixed**
33+
34+
- Ignore route action parameters without URI segments by @jaulz in https://github.com/tighten/ziggy/pull/482
35+
1136
## [v1.4.2] - 2021-10-01
1237

1338
**Fixed**
@@ -202,7 +227,10 @@ Breaking changes are marked with ⚠️.
202227

203228
For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page.
204229

205-
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.4.2...HEAD
230+
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.4.5...HEAD
231+
[v1.4.5]: https://github.com/tighten/ziggy/compare/v1.4.4...v1.4.5
232+
[v1.4.4]: https://github.com/tighten/ziggy/compare/v1.4.3...v1.4.4
233+
[v1.4.3]: https://github.com/tighten/ziggy/compare/v1.4.2...v1.4.3
206234
[v1.4.2]: https://github.com/tighten/ziggy/compare/v1.4.1...v1.4.2
207235
[v1.4.1]: https://github.com/tighten/ziggy/compare/v1.4.0...v1.4.1
208236
[v1.4.0]: https://github.com/tighten/ziggy/compare/v1.3.6...v1.4.0

dist/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.m.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.m.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ziggy-js",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Use your Laravel named routes in JavaScript.",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)