Releases: ryoppippi/unplugin-typia
Releases · ryoppippi/unplugin-typia
v1.0.2
🚀 Features
- Delete tsup - by @ryoppippi (27bd8)
- Add script to mirror jsr package to npm registry - by @ryoppippi (9499a)
- examples/sveltekit:
- Add sakura.css and update SvelteKit example - by @ryoppippi (9f5ea)
- Integrate Shiki for syntax highlighting - by @ryoppippi (55a31)
- Switch to static adapter for SvelteKit example - by @ryoppippi (a32c2)
- package.json:
- Generate exports field - by @ryoppippi (f2389)
🐞 Bug Fixes
- Github link - by @ryoppippi (d454f)
- Mirror script - by @ryoppippi (623b2)
- package.json: Remove unused field - by @ryoppippi (4e80e)
- workflow: Simplify npm publish step - by @ryoppippi (af668)
View changes on GitHub
v1.0.2-beta.1
🚀 Features
- Delete tsup - by @ryoppippi (27bd8)
- Add script to mirror jsr package to npm registry - by @ryoppippi (9499a)
- examples/sveltekit:
- Add sakura.css and update SvelteKit example - by @ryoppippi (9f5ea)
- Integrate Shiki for syntax highlighting - by @ryoppippi (55a31)
- Switch to static adapter for SvelteKit example - by @ryoppippi (a32c2)
- package.json:
- Generate exports field - by @ryoppippi (f2389)
🐞 Bug Fixes
- Github link - by @ryoppippi (d454f)
- Mirror script - by @ryoppippi (623b2)
- package.json: Remove unused field - by @ryoppippi (4e80e)
- workflow: Simplify npm publish step - by @ryoppippi (af668)
View changes on GitHub
v1.0.1
Happy to announce that unplugin-typia is now available at npm
🚀 Features
- Update packages for tsup - by @ryoppippi (28e2f)
- Replace defu with @std/collections deepMerge" - by @ryoppippi (50c9c)
- Revert releasing npm via Github Actions - by @ryoppippi (d2358)
- Update README with npm installation instructions - by @ryoppippi (131c8)
- ci:
- Add jsr-publish-dry-run and upload-pkg-pr-now jobs - by @ryoppippi (2cd69)
- docs:
- Add npm version and downloads badges - by @ryoppippi (f9e7b)
- package:
- Update jsr configuration and scripts - by @ryoppippi (81a41)
- package.json:
- Add repository - by @ryoppippi (0eab3)
- release:
- Add npm publish to release script - by @ryoppippi (bd8dd)
- workflow:
- Add npm job and environment variables - by @ryoppippi (bf432)
- Add manual trigger for release workflow - by @ryoppippi (ecacc)
- Add prepublish step before npm publish - by @ryoppippi (c6c42)
- Add npm job to release workflow - by @ryoppippi (99f26)
🐞 Bug Fixes
- release: Remove npm publish from release script - by @ryoppippi (f6cd5)
- workflow: Move PACKAGE_DIR to global env - by @ryoppippi (64c9d)
View changes on GitHub
v1.0.0
v1.0.0 Release 🎉
Thank you everyone who tries unplugin-typia
, and contributes it!!
🚀 Features
- Update README and webpack plugin usage notes - by @ryoppippi (354bf)
- README.md:
- Remove experimental warning from README - by @ryoppippi (9a6a5)
- Update acknowledgements and remove limitations - by @ryoppippi (12caf)
- core:
- Remove experimental feature warning - by @ryoppippi (6313c)
Special Thanks
- @samchon (the creator of
Typia
) - @acomagu (the first contributor of
unplugin-typia
#49) - @picode7 (the first contributor who tests svelte integration #189)
- @asnaeb (a contributor who added alias path resolution feature in vite #283 #284)
- @mattaiod (an issue reporter who tried
unplugin-typia
from the early stages of development #95) - @HenryWu01 (an issue reporter who reported bugs from the early stages of development #185 #170)
- @risen228 (an issue reporter who reported bugs from the early stages of development #170)
- @kirankunigiri (an issue reporter who reported bugs on Bun.build #197)
- @sacru2red (an issue reporter who reported bugs on webpack and cjs environment #137)
- @dror-weiss (an issue reporter who reported bugs on svelte integrations)
- @MarArMar (an issue reporter who tries Svelte/SvelteKit integration #184)
- @slainless (an issue reporter who tries esbuild integration (actually not solved yet) #163)
- @jasperdunn (an issue reporter who reported a bug of json importing #212)
View changes on GitHub
v0.6.22
🚀 Features
- Replace defu with @std/collections deepMerge - by @ryoppippi (6e2a6)
- options: Add override note to include/exclude patterns - by @ryoppippi (de9aa)
View changes on GitHub
v0.6.21
🚀 Features
- Symlink LICENSE - by @ryoppippi (8bee7)
🐞 Bug Fixes
- cache: Handle dynamic import for typia version - by @ryoppippi (cf3ef)
View changes on GitHub
v0.6.20
🐞 Bug Fixes
pathe
named import - by @ryoppippi (a8f78)- typia.ts:
- Avoid duplicated alias resolution - by @ryoppippi (7c5e7)
- Add comment for module resolutions - by @ryoppippi (2bb16)
- Add missing
host.getModuleResolutionCache?.()
- by @ryoppippi (5e4ea)- Thank you for your great review, @asnaeb !!!
View changes on GitHub
v0.6.19
What's Changed
- feat: bun -> vitest by @ryoppippi in #281
- Adds support for vite's aliases by @asnaeb in #284
- fix(core): handle module resolution with aliases by @ryoppippi in #287
- chore: update deps by @ryoppippi in #286
New Contributors
Full Changelog: v0.6.18...v0.6.19
v0.6.18
🚀 Features
- bun plugin: Convert cjs import to mjs import - by @ryoppippi (d0edf)
View changes on GitHub
v0.6.17
🚀 Features
- Replace turbo with bun for package scripts - by @ryoppippi (0cf46)
- Add prepare script to package.json - by @ryoppippi (59b06)
- ci: Upgrade Node.js version to 22 in GitHub Actions - by @ryoppippi (09f29)
- ci.yaml: Use env variables for versions - by @ryoppippi (9b7ca)
- tsconfig: Disable noImplicitAny in webpack-minimal - by @ryoppippi (a770c)
🐞 Bug Fixes
- Update snapshot test - by @ryoppippi (76f65)
- The way to detect warn function is available - by @ryoppippi (201c5)
- Tsconfig path resolution - by @ryoppippi (14860)