Skip to content

Commit 3591494

Browse files
chore(main): release 0.4.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39e8def commit 3591494

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/mnorlin/typed-api-fetch/compare/v0.3.2...v0.4.0) (2023-04-23)
4+
5+
6+
### Features
7+
8+
* add parameter serialization option to factory method ([39e8def](https://github.com/mnorlin/typed-api-fetch/commit/39e8defe997566d2275afd0cc9da9466c5629f22))
9+
* resolve array in query parameters ([b8defbf](https://github.com/mnorlin/typed-api-fetch/commit/b8defbffe4b3fd669345a8f4045d31f60956e6cb))
10+
11+
12+
### Bug Fixes
13+
14+
* support patch requests ([1c24c56](https://github.com/mnorlin/typed-api-fetch/commit/1c24c56ab1576810f49551c4aa5a6037283a5fd4))
15+
316
## [0.3.2](https://github.com/mnorlin/typed-api-fetch/compare/v0.3.1...v0.3.2) (2023-03-29)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "typed-api-fetch",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Generate a typed fetch method from a typescript definition",
55
"license": "MIT",
66
"author": "mnorlin",

0 commit comments

Comments
 (0)