Skip to content

Commit d4e4316

Browse files
github-actions[bot]astahmer
authored andcommitted
Version Packages
1 parent f0886a0 commit d4e4316

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/lovely-carrots-train.md

-11
This file was deleted.

packages/typed-openapi/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# typed-openapi
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- f0886a0: Thanks to @0237h:
8+
9+
Allow for finer marking of optional parameters Current behavior allows only for marking _all_ parameters as optional,
10+
or none.
11+
12+
This change checks first if all parameters are optional, keeping the old behavior if that's the case, otherwise
13+
iterates through the parameters to mark only those that **should** be optional from the OpenAPI spec.
14+
315
## 0.4.1
416

517
### Patch Changes

packages/typed-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typed-openapi",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
77
"bin": {

0 commit comments

Comments
 (0)