Releases: samchon/typia
v8.0.0
Break change from @samchon/openapi
.
Developing agentica
, I've seen too much backend servers are not performing proper validation about invalid typed data. To perform the exact validation feedback strategy for the LLM function calling, I've decided to embed JSON schema based runtime validator in the @samchon/openapi
.
In the same reason, ILlmFunction
from @samchon/openapi
directly owns the validate()
method, so typia
has deprecated typia.llm.applicationOfValidate<App, Model>()
function. And then let the typia.llm.application<App, Model>()
function to has the arguments validator by itself. In other words, typia.llm.applicationOfValidate<App, Model>()
has been absorbed to the typia.llm.application<App, Model>()
function.
What's Changed
- Add gurubase widget by @samchon in #1502
- Prepare
@samchon/openapi
v3 update by @samchon in #1507 - Prepare next update of TypeScript by @samchon in #1509
- No more
typia patch
command required by @samchon in #1510 - Close #1506: PNPM monorepo with
pnpm-lock.yaml
files. by @samchon in #1514 - Update typedoc requirement from ^0.27.7 to ^0.27.9 in /website in the ecosystem group across 1 directory by @dependabot in #1515
- remove bun by @ryoppippi in #1520
- Deprecate
llm.applicationOfValidate()
function. by @samchon in #1524 - Publish v8.0 by @samchon in #1523
Full Changelog: v7.6.4...v8.0.0
v7.6.4
What's Changed
- Add more gurubase document chatbot links by @samchon in #1489
- Add tutorial video on docs/index.mdx by @samchon in #1490
- API document combined by
@samchon/openapi
by @samchon in #1494 - Update typedoc requirement from ^0.27.6 to ^0.27.7 in /website in the ecosystem group by @dependabot in #1496
- Fix #1498: problem of
tags.Examples<Rec>
by @samchon in #1499
Full Changelog: v7.6.3...v7.6.4
v7.6.3
v7.6.1
What's Changed
- Docs: fix wrong configured tsconfig.json at setup document by @sunrabbit123 in #1461
- Fix samchon/nestia#1063: no
@default
comment tag support. by @samchon in #1464 - fix typo by @ryoppippi in #1465
- Benchmark #1455: measure on Bun.JS by @samchon in #1471
- Close #1470: upgrade eslint by @samchon in #1472
- fix build for esm by @ryoppippi in #1467
- include tsconfig and rollup in workflow triggers by @ryoppippi in #1469
- Introduce how to build A.I. chatbot by @samchon in #1474
- Enhance
/docs/llm/chat
content. by @samchon in #1475 - Assign titles for each website document by @samchon in #1476
- Purify the expression, A.I. chatbot can replace GUI applications. by @samchon in #1478
- Benchmark on server processor: NodeJS versus Bun by @samchon in #1479
- feat: add GitHub Actions CI workflow for code quality by @ryoppippi in #1480
- chore(gitignore): add bun.lock by @ryoppippi in #1482
- Update typedoc-github-theme requirement from ^0.2.0 to ^0.2.1 in /website in the ecosystem group across 1 directory by @dependabot in #1460
- fix spelling ci & fix typo by @ryoppippi in #1481
- Bump up
@samchon/openapi
version. by @samchon in #1485
Full Changelog: v7.6.0...v7.6.1
v7.6.0
What's Changed
- Detailed documentation about
typia.llm.application()
function by @samchon in #1443 - Update typedoc requirement from ^0.27.5 to ^0.27.6 in /website in the ecosystem group by @dependabot in #1446
- Update @samchon/openapi requirement from ^2.3.0 to ^2.3.1 in the ecosystem group by @dependabot in #1444
- Detailed description of
typia.llm.parameters()
function. by @samchon in #1450 - Develop samchon/openapi#124 and samchon/openapi#125. by @samchon in #1459
Full Changelog: v7.5.1...v7.6.0
v7.5.1
What's Changed
- Update typedoc requirement from ^0.27.4 to ^0.27.5 in /website in the ecosystem group by @dependabot in #1437
- Fix
ILlmFunction.parameters.description
problem. by @samchon in #1442
Full Changelog: v7.5.0...v7.5.1
v7.5.0
v7.4.2
v7.4.1
v7.4.0
What's Changed
- feat(ci): update node versions by @ryoppippi in #1414
- Adapt samchon/openapi#112: ChatGPT strict mode configurable. by @samchon in #1434
Full Changelog: v7.3.0...v7.4.0