Releases: samchon/openapi
Releases · samchon/openapi
v1.2.4
v1.2.3
v1.2.2
What's Changed
- Support recursive type in the LLM in v1. by @samchon in #66
- Ban
multipart/form-data
type in the LLM by @samchon in #67 - Fix OpenApi.IJsonSchema.ITuple downgrading problem. by @samchon in #68
OpenApiTypeChecker.escape()
erases discriminator by @samchon in #69
Full Changelog: v1.1.2...v1.2.2
v1.1.2
v1.1.1
v1.1.0
What's Changed
- fix build(use preserveModules) by @ryoppippi in #34
- Fix
OpenApiV3_1.IJsonSchema.IArray.items
to be optional. by @samchon in #49 - Fix samchon/nestia#1018:
HttpMigrateRouteFetcher
for React Native. by @samchon in #50 - Add
LlmTypeChecker.isInteger()
function. by @samchon in #51 - Automate npm publish by @samchon in #53
- Exact JSON schema downgrading. by @samchon in #52
- Add example and deprecated properties. by @samchon in #54
- Add
ILlmFunction.tags
properties for categorization. by @samchon in #55
New Contributors
- @ryoppippi made their first contribution in #34
Full Changelog: v1.0.0...v1.1.0