Skip to content

Null Happens (4)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 25 Feb 06:11
· 150 commits to release/4_0 since this release
6bd7c07

What's Changed

Technically nullable decoding was not broken for v3.1 documents, but this patch version introduces some leniency which allows decoding documents that contain the nullable keyword. This keyword was the way of specifying nullability in v3.0 of the spec but in v3.1 the keyword was removed entirely. OpenAPIKit will now warn but automatically translate the nullable keyword into a valid v3.1 representation.

New Contributors

Full Changelog: 4.0.0-alpha.2...4.0.0-alpha.3