Skip to content

Releases: samchon/typia

v5.3.9

09 Jan 07:02
781c8e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.8...v5.3.9

v5.3.8

03 Jan 15:52
d22d2ca
Compare
Choose a tag to compare

Made JSON schema lighten for LLM reason.

What's Changed

Full Changelog: v5.3.7...v5.3.8

v5.3.7

30 Dec 15:55
5ee0a5e
Compare
Choose a tag to compare

What's Changed

  • IJsonSchema.IObject for object literal expression. by @samchon in #914
  • Enhance guide documents of setup page by @samchon in #915

Full Changelog: v5.3.6...v5.3.7

v5.3.6

29 Dec 05:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.5...v5.3.6

v5.3.5

11 Dec 10:04
9e53cfc
Compare
Choose a tag to compare

What's Changed

  • Update typescript requirement from ^5.3.2 to ^5.3.3 by @dependabot in #899
  • Fix #901 - protobuf.encode<T>() be returned when union type comes. by @samchon in #903

Full Changelog: v5.3.4...v5.3.5

v5.3.4

06 Dec 05:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.2...v5.3.4

v5.3.2

29 Nov 18:00
2067670
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.1...v5.3.2

v5.3.1

27 Nov 08:19
Compare
Choose a tag to compare

Starts supporting TypeScript v5.3 update.

Since TypeScript v5.3 update, it no more parses JSDocComments from the tsc command and it damages on the "Comment Tags" and "JSON schema generator" features. By the way, as update of ts-patch for the TypeScript v5.3 update is delaying, I've patched the TypeScript module by myself. The new cli command npx typia patch is the thing reviving JSDocComment feature from tsc.

For reference, typia setup command also does the same behavior.

Detailed content about that

https://typia.io/docs/setup/#manual-setup

What's Changed

New Contributors

Full Changelog: v5.2.6...v5.3.1

v5.2.6

08 Nov 08:27
9bbd297
Compare
Choose a tag to compare

What's Changed

  • Break change from ts.factory.createNumericLiteral(). by @samchon in #863

Full Changelog: v5.2.5...v5.2.6

v5.2.5

05 Nov 14:14
1e131e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.4...v5.2.5