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