Skip to content

Commit

Permalink
Add #345 to Upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Oct 30, 2020
1 parent 222d044 commit c323924
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Ziggy `1.0` includes significant improvements and changes, most of which won't r
- **Medium-impact changes**
- [Default `ziggy:generate` path changed](#user-content-generate-path-changed)
- [`whitelist` and `blacklist` renamed](#user-content-whitelist-blacklist-renamed)
- [Boolean query parameters encoded as integers](#user-content-booleans-integers)
- **Low-impact changes**
- [`with()` and `withQuery()` methods removed](#user-content-with-withquery-removed)
- [`Route` Facade macros removed](#user-content-macros-removed)
Expand Down Expand Up @@ -139,6 +140,17 @@ Ziggy `1.0` includes significant improvements and changes, most of which won't r
See [#300](/~https://github.com/tighten/ziggy/pull/300)
</details>

1. **Boolean query parameters are now encoded as integers.** <span id="booleans-integers"></span>

<details>
<summary>Details</summary>
<p></p>

Ziggy's `route()` function will now encode boolean query parameters as integers (`0`/`1`) instead of strings (`'true'`/`'false'`).

See [#345](/~https://github.com/tighten/ziggy/pull/345)
</details>

### Low impact changes

1. **The `with()` and `withQuery()` methods were removed.** <span id="with-withquery-removed"></span>
Expand Down

0 comments on commit c323924

Please sign in to comment.