Releases: samchon/typia
Releases · samchon/typia
v6.3.1
What's Changed
- refactor: improve tree-shaking in ESM target by @ryoppippi in #1124
- Prepare #1055:
TypeGuardError<T>
for assigning issue. by @samchon in #1126 - Close #1119: new function
typia.reflect.name<T>()
. by @samchon in #1120 - build(deps-dev): bump the ecosystem group across 1 directory with 2 updates by @dependabot in #1127
- Revert "refactor: improve tree-shaking in ESM target" by @samchon in #1128
- Upgrade
[email protected]
for[email protected]
. by @samchon in #1129 - Bump
@samchon/openapi
by @samchon in #1131 - Bump
typedoc
of website for latesttypescript
. by @samchon in #1132
Full Changelog: v6.2.2...v6.3.1
v6.2.2
v6.2.1
v6.2.0
v6.1.2
v6.1.1
v6.1.0
Special thanks to @ryoppippi for plugin supporting.
From now on, you can use typia
in below bundlers or compilers:
- Bun
- Esbuild
- Farm
- Next.js
- Rolldown
- Rollup
- Rspack
- Vite
- Webpack
Detailed setup docs: https://typia.io/docs/setup/#unplugin-typia
What's Changed
- feat(setup.md): added how to integrate with
typia
w/unplugin-typia
by @ryoppippi in #1074 - fix(website/setup.mdx): add typia installation step for pnpm/yarn by @ryoppippi in #1076
- feat: Add Hono utilization documentation by @ryoppippi in #1085
- docs(setup): remove mention of STC project because stc is offically abandoned by @ryoppippi in #1084
unplugin-typia
to be main feature of setup guide docs by @samchon in #1086- feat: remove ts-node from project dependencies by @ryoppippi in #1087
- docs: minor fixes by @ryoppippi in #1089
- feat: Add support for 'bun' package manager by @ryoppippi in #1080
- feat(setup.mdx): Add Bun.Build to supported bundlers by @ryoppippi in #1090
- feat: change import paths for unplugin-typia by @ryoppippi in #1091
- feat: Replace dax-sh with child_process for check if bun is available by @ryoppippi in #1092
- Separate
npm run test:bun
command. by @samchon in #1095 - split npm/bun jobbs by @ryoppippi in #1097
- feat: change test:bun script to use bun by @ryoppippi in #1098
- feat: add rollup plugins and update config to convert CJS module(
randexp.js
) to ESM format on build by @ryoppippi in #1099 - feat(setup.mdx): Add Bun.runtime to Tabs and update instructions by @ryoppippi in #1101
- Deploy v6.1 update by @samchon in #1102
Full Changelog: v6.0.6...v6.1.0
v6.0.6
What's Changed
- Bump the ecosystem group in /test with 2 updates by @dependabot in #1068
- feat: Migrate to ESM and use tsup for building by @ryoppippi in #1067
- Adapt nonara/ts-patch#154: TS 5.5 issue by @samchon in #1070
- Complement #1062:
UniqueItems<false>
case. by @samchon in #1072
New Contributors
- @ryoppippi made their first contribution in #1067
Full Changelog: v6.0.5...v6.0.6
v6.0.5
v6.0.4
What's Changed
- Upgrade
@samchon/openapi
and revive benchmark program. by @samchon in #1040 - Update @samchon/openapi requirement from ^0.1.18 to ^0.1.19 in the ecosystem group by @dependabot in #1042
- Update @samchon/openapi requirement from ^0.1.19 to ^0.1.20 in the ecosystem group by @dependabot in #1044
- Fix typo in setup.mdx by @MarArMar in #1048
- Add API documents (
typedoc
) website by @samchon in #1052 - Upgrade TGrid and Next of Website by @samchon in #1056
- Feat: apply RFC3339 standard to typia.tags.Format<"date-time"|"date"|"time"> by @rojiwon123 in #1060
- Update @samchon/openapi requirement from ^0.1.19 to ^0.1.21 in /test in the ecosystem group across 1 directory by @dependabot in #1050
- Fix dependabot tgz wrong path bug by @samchon in #1061
- Added additional clarification, fixed typos by @milesburton in #1045
New Contributors
- @milesburton made their first contribution in #1045
Full Changelog: v6.0.3...v6.0.4