Skip to content

Releases: samchon/openapi

v5.1.0

24 Nov 05:27

Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.1.0

v5.0.1

09 Nov 15:04
eb679e8

Choose a tag to compare

What's Changed

  • Not to use typia.llm.application<Class>() directly in test. by @samchon in #210
  • Fix gemini schema rule: allow constraint by @samchon in #211

Full Changelog: v5.0.0...v5.0.1

v5.0.0

07 Nov 10:49
bbd544e

Choose a tag to compare

What's Changed

  • Remake IGeminiSchema by schema model change. by @samchon in #209

Full Changelog: v4.8.0...v5.0.0

v4.8.0

07 Nov 04:17

Choose a tag to compare

What's Changed

  • remove undocumented "title" property from IParameter by @escaton in #207

New Contributors

Full Changelog: v4.7.2...v4.8.0

v4.7.2

14 Oct 02:05
840a023

Choose a tag to compare

What's Changed

  • Fix duplicated IHttpMigrateRoute.accessor. by @samchon in #208

Full Changelog: v4.7.1...v4.7.2

v4.7.1

05 Aug 14:29
34cc63f

Choose a tag to compare

What's Changed

  • Complete documentation review and fix missing TypeChecker documentation by @Copilot in #200
  • ILlmApplication.IOptions.validate for validation hook. by @samchon in #203
  • Fix ILlmApplication.IValidationHook type by @samchon in #204

New Contributors

  • @Copilot made their first contribution in #200

Full Changelog: v4.6.0...v4.7.1

v4.6.0

21 Jul 09:06

Choose a tag to compare

What's Changed

  • Add 'equals' property to various interfaces and functions for validation by @samchon in #195
  • Fix HttpLlm.application()'s reference separation problem. by @samchon in #196
  • Add 'equals' property to LLM schema composers and update validation tests by @samchon in #197
  • IValidation.IError.description filling about undefined cases. by @samchon in #198

Full Changelog: v4.5.0...v4.6.0

v4.5.0

10 Jul 03:09
8a79479

Choose a tag to compare

What's Changed

  • IChatGptSchema.title in description as JSDocTag. by @samchon in #194

Full Changelog: v4.4.1...v4.5.0

v4.4.1

06 Jul 22:08

Choose a tag to compare

What's Changed

  • Documentation on IValidation type + prettier on JSDoc. by @samchon in #188
  • New AI function calling schema property: IChatGptSchema.IAnyOf["x-discriminator"] by @samchon in #189
  • Fix discrimiantor mapping property of AI schemas by @samchon in #190
  • Add new property IValidation.IError.description by @samchon in #191
  • Make reference option of AI schema to be default true. by @samchon in #192
  • Exact description of IValidation.IError.value by @samchon in #193

Full Changelog: v4.3.3...v4.4.1

v4.3.3

21 May 06:42
fc14f94

Choose a tag to compare

What's Changed

  • Fix ClaudeSchemaComposer.invert() function bug for oneOf type. by @samchon in #187

Full Changelog: v4.3.2...v4.3.3