Skip to content

Releases: samchon/typia

v9.7.2

29 Aug 06:37
e729928
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.7.1...v9.7.2

v9.7.1

09 Aug 17:17
49bcfb2
Compare
Choose a tag to compare

What's Changed

  • Documentation comments on tags. by @samchon in #1634
  • Fix unused import statements produced by typia generate command by @Copilot in #1636
  • Add comprehensive GitHub Copilot instructions for typia development by @Copilot in #1640
  • Add comprehensive newcomer guide to CONTRIBUTING.md for AST transformations by @Copilot in #1641
  • Complement #1625: refactoring with safe conditions by @samchon in #1648

Full Changelog: v9.7.0...v9.7.1

v9.7.0

06 Aug 10:30
cccb9cb
Compare
Choose a tag to compare

What's Changed

  • Add CLAUDE.md documentation for Claude AI development by @Copilot in #1624
  • Re-write documentation comments on typia functions in src directory by @Copilot in #1622
  • Enhance documentation comments: fix grammar and improve clarity while preserving original style by @Copilot in #1627
  • Add missing IRandomGenerator.CustomMap interface referenced in documentation by @Copilot in #1628
  • Complete #1631: typia.llm.application supports custom validation hook. by @samchon in #1632
  • Fix #1583: alias type problem of Map and Set cases. by @samchon in #1633

New Contributors

  • @Copilot made their first contribution in #1624

Full Changelog: v9.6.1...v9.7.0

v9.6.1

01 Aug 17:37
31ff585
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.6.0...v9.6.1

v9.6.0

21 Jul 10:26
4249ce2
Compare
Choose a tag to compare

What's Changed

  • Support validateEquals() function for LLM. by @samchon in #1609
  • feat: modify typia.llm.application non-object error message by @luke0408 in #1572
  • Support validateEquals() even in llm.application() with parameters' separation. by @samchon in #1611
  • IValidation.IError.description for special undefined cases. by @samchon in #1612

New Contributors

Full Changelog: v9.5.0...v9.6.0

v9.5.0

10 Jul 03:41
f6f7e63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.4.0...v9.5.0

v9.4.0

06 Jul 22:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.3.1...v9.4.0

v9.3.1

20 May 05:37
82fe98f
Compare
Choose a tag to compare

What's Changed

  • Upgrade @samchon/openapi for deprecation reason by @samchon in #1584

Full Changelog: v9.3.0...v9.3.1

v9.3.0

12 May 06:18
36d5daf
Compare
Choose a tag to compare

What's Changed

  • New function typia.llm.controller<Class, Model>(). by @samchon in #1582

Full Changelog: v9.2.0...v9.3.0

v9.2.0

08 May 07:44
fab6d7e
Compare
Choose a tag to compare

Started supporting standard-schema from typia.createValidate<T>() function.

What's Changed

New Contributors

Full Changelog: v9.1.1...v9.2.0