Skip to content

Commit 4777daf

Browse files
committed
v1.0.4
1 parent 2d536cf commit 4777daf

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
Breaking changes are marked with ⚠️.
88

9-
## UNRELEASED
9+
## [Unreleased]
10+
11+
## [v1.0.4] - 2020-12-06
1012

1113
**Fixed**
1214

1315
- Fix bug where `route().current()` could incorrectly return `true` on URLs with no parameters ([#377](https://github.com/tighten/ziggy/pull/377))
1416
- Fix several other bugs in `route().current()` with params ([#379](https://github.com/tighten/ziggy/pull/379))
1517
- Revert [#334](https://github.com/tighten/ziggy/pull/334), default Ziggy's `url` back to `url('/')` instead of the `APP_URL` environment variable ([#386](https://github.com/tighten/ziggy/pull/386))
1618

17-
1819
## [v1.0.3] - 2020-11-20
1920

2021
**Fixed**
@@ -114,7 +115,8 @@ Breaking changes are marked with ⚠️.
114115

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

117-
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.0.3...HEAD
118+
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.0.4...HEAD
119+
[v1.0.4]: https://github.com/tighten/ziggy/compare/v1.0.3...v1.0.4
118120
[v1.0.3]: https://github.com/tighten/ziggy/compare/v1.0.2...v1.0.3
119121
[v1.0.2]: https://github.com/tighten/ziggy/compare/v1.0.1...v1.0.2
120122
[v1.0.1]: https://github.com/tighten/ziggy/compare/v1.0.0...v1.0.1

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.es.js.map

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.js.map

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/index.m.js.map

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.0.2",
3+
"version": "1.0.4",
44
"description": "Use your Laravel named routes in JavaScript.",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)