Releases: samchon/typia
Releases · samchon/typia
v9.7.2
What's Changed
- Fix #519:
TypeGuardError.description
. by @samchon in #1649 - Setup
prettier-plugin-jsdoc
for 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 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
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
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.description
for specialundefined
cases. by @samchon in #1612
New Contributors
Full Changelog: v9.5.0...v9.6.0
v9.5.0
v9.4.0
What's Changed
- Add examples for website serving by @samchon in #1591
- Test
RemoteSource
by @samchon in #1592 - Fill guide documents' source codes from remote URL by @samchon in #1594
- Fix website RemoteSource URL bug by @samchon in #1595
- docs: document standard schema by @sevenc-nanashi in #1589
- Fix typo in console generate usage by @uh-zuh in #1596
- Remake typia playground compiler by @samchon in #1598
- Upgrade nextra docs by @samchon in #1599
- Add new website component
LocalSource
by @samchon in #1600 - Bump up
@samchon/openapi
for LLM features. by @samchon in #1603
New Contributors
Full Changelog: v9.3.1...v9.4.0
v9.3.1
v9.3.0
v9.2.0
Started supporting standard-schema
from typia.createValidate<T>()
function.
What's Changed
- Upgrade
@samchon/openapi
only inpnpm-lock.yaml
by @samchon in #1570 - New website building strategy by @samchon in #1575
unplugin-typia
,npm
instead ofjsr
by @samchon in #1579- Bump @samchon/openapi from 4.1.0 to 4.2.0 in the ecosystem group by @dependabot in #1576
- feat: implement Standard Schema by @sevenc-nanashi in #1500
- Complement standard schema type by @samchon in #1581
New Contributors
- @sevenc-nanashi made their first contribution in #1500
Full Changelog: v9.1.1...v9.2.0