Skip to content

Releases: samchon/typia

v7.5.1

22 Dec 16:51
a11ce3d
Compare
Choose a tag to compare

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

18 Dec 06:52
ca6db7d
Compare
Choose a tag to compare

Special update for commercial project performing LLM function calling to the Rest API.

What's Changed

Full Changelog: v7.4.2...v7.5.0

v7.4.2

17 Dec 16:38
2d0ec1c
Compare
Choose a tag to compare

What's Changed

  • Fix typia.llm.applicationOfValidate() function in generation mode. by @samchon in #1439

Full Changelog: v7.4.1...v7.4.2

v7.4.1

16 Dec 16:49
f7ea8ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.0...v7.4.1

v7.4.0

14 Dec 23:20
51d7531
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.0...v7.4.0

v7.3.0

12 Dec 17:41
8285dcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.0...v7.3.0

v7.2.0

10 Dec 02:42
0e115d5
Compare
Choose a tag to compare

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

09 Dec 01:27
97589c7
Compare
Choose a tag to compare

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

05 Dec 02:43
75fe450
Compare
Choose a tag to compare

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

Full Changelog: v7.0.1...v7.0.2

v7.0.1

03 Dec 07:40
9d8d55c
Compare
Choose a tag to compare

Emergent patch for frontend applications with unplugin-typia, especially for below cases.

Special thanks to @ryoppippi

  1. Dynamic import statements must be injected after "use server" like statements
  2. Remove $ starting variable for SvelteKit 5.

What's Changed

Full Changelog: v7.0.0...v7.0.1