Skip to content

Commit 7d62124

Browse files
authored
1 parent 4fca1e4 commit 7d62124

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/chilly-cheetahs-attack.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#1399](https://github.com/drwpow/openapi-typescript/pull/1399) [`4fca1e4`](https://github.com/drwpow/openapi-typescript/commit/4fca1e477f524223fa8921559caef6bb364dc194) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ **Breaking**: change default querySerializer behavior to produce `style: form`, `explode: true` query params [according to the OpenAPI specification](https://swagger.io/docs/specification/serialization/#query). Also adds support for `deepObject`s (square bracket style).
8+
39
## 0.7.10
410

511
### Patch Changes

packages/openapi-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, typesafe fetch client for your OpenAPI schema. Only 2kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.7.10",
4+
"version": "0.8.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)