Null Happens
What's Changed
- fix "nullable" decoding by @brandonbloom in #356
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
- @brandonbloom made their first contribution in #356
Full Changelog: 3.1.2...3.1.3