Skip to content

Releases: samchon/openapi

v1.0.2

17 Sep 13:42
1c87c42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 Sep 09:04
6b55172
Compare
Choose a tag to compare

What's Changed

  • fix build(use preserveModules) by @ryoppippi in #34
  • Fix OpenApiV3_1.IJsonSchema.IArray.items to be optional. by @samchon in #49

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Sep 19:31
dcf6099
Compare
Choose a tag to compare

What's Changed

  • New function HttpLlm.application() returning LLM function calling schemas. by @samchon in #44
  • Description comments of LLM function calling schemas. by @samchon in #45
  • Re-write README document. by @samchon in #46
  • Publish v1.0 by @samchon in #47

Full Changelog: v0.4.9...v1.0.0

v0.4.9

22 Aug 17:39
6fddc29
Compare
Choose a tag to compare

What's Changed

  • Avoid reserved keyword in IMigrateRoute.accessor. by @samchon in #41
  • Avoid comment escaping text. by @samchon in #42
  • Avoid more reserved keywords. by @samchon in #43

Full Changelog: v0.4.6...v0.4.9

v0.4.6

20 Aug 07:16
a8414d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

13 Aug 18:03
eacc873
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

12 Aug 06:56
9171a99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

29 Jul 01:25
2aef676
Compare
Choose a tag to compare

What's Changed

  • Consider nullable typed default null case. by @samchon in #36

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Jul 12:32
4c5bf06
Compare
Choose a tag to compare

What's Changed

  • Add IMigrateRoute.IBody.media() and some utility property functions. by @samchon in #33

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Jul 08:36
55f41e6
Compare
Choose a tag to compare

What's Changed

  • Support example and examples properties of HTTP operation. by @samchon in #32

Full Changelog: v0.4.0...v0.4.1