Releases: samchon/typia
v7.5.1
v7.5.0
Special update for commercial project performing LLM function calling to the Rest API.
What's Changed
- Adapt
@samchon/[email protected]
. by @samchon in #1440
Full Changelog: v7.4.2...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
v7.3.0
What's Changed
- Adapt nextra v3 update by @samchon in #1422
- Refactor README and index.html by @samchon in #1423
- Fixing #1227: documentation of
UniqueItems
by @samchon in #1424 - Block LLM function schema composition by
@human
tag. by @samchon in #1427 ILlmFunction.strict
has been removed. by @samchon in #1428
Full Changelog: v7.2.0...v7.3.0
v7.2.0
What's Changed
- Report
TransformError
in website playground. by @samchon in #1420 - Update typedoc requirement from ^0.27.3 to ^0.27.4 in /website in the ecosystem group by @dependabot in #1419
- Add
IValidation.IError.data
property. by @samchon in #1421
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- Bump typedoc from 0.26.11 to 0.27.3 in /website in the ecosystem group across 1 directory by @dependabot in #1416
- New function
typia.llm.applicationOfValidate()
. by @samchon in #1418
Full Changelog: v7.0.2...v7.1.0
v7.0.2
TypeScript v5.7 has occured many break changes on its filesystem, and it had broken the ts-patch. And today, @nonara has fixed the problem by upgrading the ts-patch. This PR allows to install TypeScript 5.7+ version following the ts-patch update.
Also, TypeScript v5.7 has changed another break change on the Uint8Array like native class type to have a generic argument Uint8Array. This PR also solves the problem of it.
Special thanks to @nonara, the transformation ecosystem builder.
What's Changed
- Close #1366: discord server by @samchon in #1412
- Support TypeScript v5.7 update. by @samchon in #1415
Full Changelog: v7.0.1...v7.0.2
v7.0.1
Emergent patch for frontend applications with unplugin-typia
, especially for below cases.
Special thanks to @ryoppippi
- Dynamic import statements must be injected after
"use server"
like statements - Remove
$
starting variable for SvelteKit 5.
What's Changed
- Description of
tags.Sequence<N>
type in theprotobuf
chapter. by @samchon in #1407 - Fix wrong file typo by @samchon in #1408
- Fix #1409 and Fix #1410:
"use server"
case, and$
starting variable. by @samchon in #1411
Full Changelog: v7.0.0...v7.0.1