Commit 04b30a9
authored
Release 0.21.4 (#1106)
> [!IMPORTANT]
> Merging this pull request will create this release
## Fixes
### Allow OpenAPI 3.1-style `exclusiveMinimum` and `exclusiveMaximum`
Fixed by PR #1092. Thanks @mikkelam!
### Add missing `cast` import when using `const`
Fixed by PR #1072. Thanks @dorcohe!
### Correctly resolve references to a type that is itself just a single
allOf reference
PR #1103 fixed issue #1091. Thanks @eli-bl!
### Support `const` booleans and floats
Fixed in PR #1086. Thanks @flxdot!
Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>1 parent db7a064 commit 04b30a9
File tree
6 files changed
+21
-29
lines changed- .changeset
6 files changed
+21
-29
lines changedLines changed: 0 additions & 7 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
16 | 36 | | |
17 | 37 | | |
18 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments