Skip to content

Commit

Permalink
docs: document paramSerializer flip-flop but apparently not a breakin…
Browse files Browse the repository at this point in the history
…g change lol


closes #6
  • Loading branch information
bmuenzenmeyer committed Jan 2, 2024
1 parent 9784327 commit 3459ca7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ axios.get(url, {
+ paramsSerializer: { serialize: (params) => doSmth }
```

> [!NOTE]
> As of [axios@v1.3.5](https://github.com/axios/axios/releases/tag/v1.3.5), the `paramSerializer` option can again be a function.
> Thanks to [@drichar](https://github.com/drichar) for [reporting](https://github.com/bmuenzenmeyer/axios-1.0.0-migration-guide/issues/6)


## Multipart form data is no longer automatically set

> from [@leonbloy](https://github.com/leonbloy) via https://github.com/bmuenzenmeyer/axios-1.0.0-migration-guide/issues/5
Expand Down

0 comments on commit 3459ca7

Please sign in to comment.