Skip to content

Releases: samchon/openapi

v0.1.20

23 Apr 05:14
9e989a6
Compare
Choose a tag to compare

What's Changed

  • Fix bug of v3 downgrader about const type by @samchon in #17

Full Changelog: v0.1.19...v0.1.20

v0.1.19

21 Apr 15:43
2ec44d8
Compare
Choose a tag to compare

What's Changed

  • Support allOf type case of OpenAPI v3 and v3.1 by @samchon in #16

Full Changelog: v0.1.18...v0.1.19

v0.1.18

18 Apr 17:09
e1d443d
Compare
Choose a tag to compare

What's Changed

  • Add inverter from v3.1 to v2 and v3. by @samchon in #14

Full Changelog: v0.1.16...v0.1.18

v0.1.16

17 Apr 07:24
011a2a1
Compare
Choose a tag to compare

What's Changed

  • Change type limit from int32 to int64. by @samchon in #12
  • IJsonSchema.ITuple.additionalItems to be optional. by @samchon in #13

Full Changelog: v0.1.14...v0.1.16

v0.1.14

15 Apr 02:10
759ced8
Compare
Choose a tag to compare

Finally be stabled.

What's Changed

  • OpenAPI v3 by @samchon in #1
  • OpenAPI v3.1 by @samchon in #2
  • Complete type definitions and converters by @samchon in #3
  • Finalize OpenAPI type definitions. by @samchon in #4
  • Support $recursiveRef of OpenAPI v3.1. by @samchon in #5
  • Memoize OpenAPI conversion. by @samchon in #6
  • Add x-samchon-emended property in every converters. by @samchon in #7
  • OpenApi.convert() can accept OpenApi.IDocument itself. by @samchon in #8
  • OpenApi.IDocument["x-samchon-emended"] becomes required. by @samchon in #9
  • Fix and enhance OpenApi types. by @samchon in #10
  • Fix mis-converted property -> Object.propertes by @samchon in #11

New Contributors

Full Changelog: https://github.com/samchon/openapi/commits/v0.1.14