Releases: samchon/typia
Releases · samchon/typia
v12.1.1
v12.1.0
v12.0.2
🚀 Features
- website:
- Utilization cases of LLM frameworks. - by @samchon and Copilot Autofix powered by AI in #1797 (c9942)
- Landing logo images. - by @samchon in #1795 (7bceb)
- The harness wording on llm module. - by @samchon and samchon in #1800 (25930)
- Blog setup - by @samchon (4b975)
- Blog and rss setup. - by @samchon in #1803 (fc3bf)
- Bookmark floating panel. - by @samchon (77c46)
- Hide individual blog articles from top menu. - by @samchon in #1808 (634ee)
- Blog css and qwen meetup article. - by @samchon (ef24c)
🐞 Bug Fixes
- interface: Remove internal tags from OpenAPI types. - by @samchon in #1812 (d00fd)
- utils: Explicit return type of
LlmJson.validate(). - by @samchon in #1807 (e228f) - website: Remove blog link from top menu - by @samchon (1fd11)
View changes on GitHub
v12.0.1
v12.0.0
What's Changed
- Monorepo migration with mcp, utils and unplugin. by @samchon in #1736
- fix(typia): export
@typia/transformmodule fromtransform.tsby @samchon in #1748 - feat(station): exports configuration. by @samchon in #1750
- feat(station): rolllup configuration for ESM publishing. by @samchon in #1751
- feat(station): README document by @samchon in #1752
- feat(station): release configuration by @samchon in #1753
- doc(vercel): introduce how to use structured output. by @samchon in #1754
- feat(website): new playground build system. by @samchon in #1755
- feat(website): introduce langchain/mcp/vercel functions. by @samchon in #1756
- feat(website): describe validation feedback by @samchon in #1758
- feat(test): test typia schemas. by @samchon in #1759
- feat(test): test reflect functions. by @samchon in #1760
- feat(test): test validation composite features. by @samchon in #1761
- feat(test): validate error case. by @samchon in #1762
- fix(test): propagate error from
pnpm test. by @samchon in #1763 - feat(core): rename back to
MetadataCollectionagain. by @samchon in #1764 - fix(interface): LLM function return type must be object. by @samchon in #1765
- feat(utils): no more llm parameters separation. by @samchon in #1766
- feat(utils): new functions
LlmJson.${parse|stringify}. by @samchon in #1767 - feat(unplugin): migrate from
@ryoppippi/unplugin-typiaby @samchon in #1749 - fix(utils): enhance
LlmJson.{parse|stringify}logics. by @samchon in #1768 - feat(utils):
LlmJson.coercefor already json parsed SDKs. by @samchon in #1769 - feat(typia): IJsonParseResult to re-exports by @samchon in #1770
- feat(typia): new functions
llm.parse()andllm.coerce(). by @samchon in #1771 - feat(core): refacotring of llm programmers. by @samchon in #1772
- feat(interface):
ILlmFunction.coerceembedding. by @samchon in #1773 - feat(website): about
LlmJsonmodule and related functions. by @samchon in #1774 - fix(utils): parseLenientJson to identify null after 2 length. by @samchon in #1775
- fix(utils): enhance test program of
LlmJsonby @samchon in #1776 - feat(test): more cases for
LlmJson.stringify(). by @samchon in #1777 - feat(interface): no more
ILlmSchema.IConfig.referencerequired. by @samchon in #1778 - feat(test): experiment unplugin with tgz published. by @samchon in #1779
- feat(typia): new function
llm.structuredOutput(). by @samchon in #1780 - feat(interface): OpenApi v3.2 specification. by @samchon in #1782
- fix(utils): openapi v3.1 downgrader by @samchon in #1783
- fix(unplugin): publish configuration. by @samchon in #1784
- fix(utils):
HttpLlmacceptsOpenApiV3_2.IDocument. by @samchon in #1785 - fix(json): serialize Infinity and NaN as null in json.stringify (#1673) by @qtoden in #1786
- fix(typia): complement #1673 for detailing. by @samchon in #1787
- fix(core): intended error not thrown. by @samchon in #1788
- feat(core): metadata validate function form. by @samchon in #1789
New Contributors
Full Changelog: v11.0.3...v12.0.0
v11.0.3
v11.0.2
v11.0.1
v11.0.0
What's Changed
- Fix #1681: correct type parameters in StandardSchemaV1 to ensure correct type inference by @switchmd in #1698
- Unify LLM schema like
typia.llm.application<Class>()by @samchon in #1706 - Documentation for universal LLM function calling schema by @samchon in #1707
New Contributors
Full Changelog: v10.1.0...v11.0.0
v10.1.0
Previous Next