File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# typed-openapi
22
3+ ## 2.1.0
4+
5+ ### Minor Changes
6+
7+ - 213f6ee: fix: make a union of multiple responses on the same status code (due to different media types)
8+
9+ refactor: remove Endpoint[ "response"] arbitrarly choosen "main" response in favor of listing all possible success code
10+
11+ refactor: responseHeaders now uses a Record<StatusCode, Headers> instead of simply being the typed headers of the
12+ "main" response feat: TypedHeaders
13+
14+ refactor: rename+export success/error interfaces
15+
316## 2.0.2
417
518### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " typed-openapi" ,
33 "type" : " module" ,
4- "version" : " 2.0.2 " ,
4+ "version" : " 2.1.0 " ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
77 "exports" : {
You can’t perform that action at this time.
0 commit comments