Skip to content

Releases: chanced/openapi

v0.2.2

28 Sep 21:49
65a5e8d
Compare
Choose a tag to compare
  • Fixes panic on remote references #16
  • Fixes Kind for root references #17
  • Fixes YAML Unmarshaling #22
  • Fixes Schema Validation #19

v0.2.0

26 Sep 22:28
Compare
Choose a tag to compare
  • Makes anchors compliant by removing the returned error if multiple anchors with the same name are in the same file).
  • Upgrades github.com/chanced/uri which was causing a compilation error for go 1.18 due to being a wrapper around go 1.19's net/url.URL.

v0.1.0

26 Sep 22:25
420c91b
Compare
Choose a tag to compare
  • Almost complete restructuring
  • Adds loading
  • Adds validation

v0.0.8

24 Feb 17:29
a8e1514
Compare
Choose a tag to compare
Merge pull request #7 from up9inc/extensions-key-sorted

Fix operation extensions are not sorted regularly

v0.0.3

30 Nov 21:11
Compare
Choose a tag to compare
README