Skip to content

Commit be2b257

Browse files
committed
v1.0.5
1 parent 4b877c6 commit be2b257

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [v1.0.5] - 2021-02-05
12+
1113
**Added**
1214

1315
- Add support for appending 'extra' parameters to the query string ([#390](https://github.com/tighten/ziggy/pull/390))
1416

17+
**Changed**
18+
19+
- Remove source maps ([#395](https://github.com/tighten/ziggy/pull/395))
20+
21+
**Fixed**
22+
23+
- Use Laravel's `Reflector` class to get model parameter class name ([#396](https://github.com/tighten/ziggy/pull/396))
24+
1525
## [v1.0.4] - 2020-12-06
1626

1727
**Fixed**
@@ -119,7 +129,8 @@ Breaking changes are marked with ⚠️.
119129

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

122-
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.0.4...HEAD
132+
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.0.5...HEAD
133+
[v1.0.5]: https://github.com/tighten/ziggy/compare/v1.0.4...v1.0.5
123134
[v1.0.4]: https://github.com/tighten/ziggy/compare/v1.0.3...v1.0.4
124135
[v1.0.3]: https://github.com/tighten/ziggy/compare/v1.0.2...v1.0.3
125136
[v1.0.2]: https://github.com/tighten/ziggy/compare/v1.0.1...v1.0.2

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.

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

0 commit comments

Comments
 (0)