0.21.4 (2024-08-25)
Fixes
Correctly resolve references to a type that is itself just a single allOf reference
PR #1103 fixed issue #1091. Thanks @eli-bl!
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!