Skip to content

Commit

Permalink
Merge branch 'develop' into jbk/cast-query-bools
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Oct 30, 2020
2 parents 37f0dd9 + 9ec517c commit 1dd348f
Show file tree
Hide file tree
Showing 24 changed files with 178 additions and 128 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Breaking changes are marked with ⚠️.
- ⚠️ Rename `namedRoutes``routes`, `defaultParameters``defaults`, `baseUrl``url`, and `basePort``port` ([#338](https://github.com/tighten/ziggy/pull/338))
- ⚠️ Make the `filter()` method on the `Ziggy` class return an instance of that class instead of a collection of routes ([#341](https://github.com/tighten/ziggy/pull/341))
- ⚠️ Make the `nameKeyedRoutes()`, `resolveBindings()`, `applyFilters()`, and `group()` methods on the `Ziggy` class, and the `generate()` method on the `CommandRouteGenerator` class, private ([#341](https://github.com/tighten/ziggy/pull/341))
- ⚠️ Export from `index.js` instead of `route.js` ([#344](https://github.com/tighten/ziggy/pull/344))
- ⚠️ Encode boolean query parameters as integers ([#345](https://github.com/tighten/ziggy/pull/345))

**Deprecated**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const path = require('path');
mix.webpackConfig({
resolve: {
alias: {
ziggy: path.resolve('vendor/tighten/ziggy/src/js/route.js'),
ziggy: path.resolve('vendor/tighten/ziggy/dist'),
},
},
});
Expand Down
2 changes: 2 additions & 0 deletions dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.es.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/route.js → dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/index.m.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.m.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1dd348f

Please sign in to comment.