Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 949 Bytes

RELEASE_NOTES.md

File metadata and controls

27 lines (15 loc) · 949 Bytes

0.3.5

  • Fixed an issue where OAuth objects incorrectly required various URLs.

0.3.4 (v0.3.3 redacted)

  • Added .Net Standard 2.0 support.

0.3.2

  • Fixed a bug that Draft4Support.Enable() crashed when called multiple times.

0.3.1

v0.3.1.1 is a re-publish to include these release notes.

  • Added .EvaluatePayload() extension on OpenApiDocument.
  • Updated array members from IEnumerable<T> to IReadOnlyList<T> to enable indexer access.

0.3.0

  • Updated JsonSchema.Net.
  • Set up for Native AOT.

0.2.1

Automatically register draft 4 type keyword.