Releases: samchon/typia
Releases · samchon/typia
v10.1.0
v10.0.2
v10.0.1
v10.0.0
What's Changed
- Support
@autobe/interfacein playground for demonstration by @samchon in #1672 - fix typos by @samchon in #1678
- Bump typescript from 5.9.2 to 5.9.3 in /test in the ecosystem group by @dependabot[bot] in #1674
- Break change on LLM schemas from
@samchon/openapiby @samchon in #1683 - Fix TS compiler error by invalid LLM function calling case. by @samchon in #1684
Full Changelog: v9.7.2...v10.0.0
v9.7.2
What's Changed
- Fix #519:
TypeGuardError.description. by @samchon in #1649 - Setup
prettier-plugin-jsdocfor comment level styling. by @samchon in #1650 - Suppoer transform options in playground website by @samchon in #1652
- fix website, no toc on the index page by @samchon in #1657
- Fix #1661: no argument required in random boolean. by @samchon in #1662
Full Changelog: v9.7.1...v9.7.2
v9.7.1
What's Changed
- Documentation comments on tags. by @samchon in #1634
- Fix unused import statements produced by
typia generatecommand 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
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.applicationsupports 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
v9.6.0
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 inllm.application()with parameters' separation. by @samchon in #1611 IValidation.IError.descriptionfor specialundefinedcases. by @samchon in #1612
New Contributors
Full Changelog: v9.5.0...v9.6.0