Releases: ryoppippi/unplugin-typia
Releases · ryoppippi/unplugin-typia
v1.0.7
🚀 Features
- package.json: Only allow bun - by @ryoppippi (98772)
🐞 Bug Fixes
- #338: BasePath contains tsconfig.json - by @hambergerpls (cd3a9)
- examples/sveltekit: Remove typia fuction from svelte file temporally(#335) - by @ryoppippi (28f4a)
View changes on GitHub
v1.0.6
No significant changes
View changes on GitHub
v1.0.5
🚀 Features
- examples/webpack:
- Simplify webpack config - by @ryoppippi (c68d2)
- Use dynamic import to load unplugin-typia - by @ryoppippi (31d81)
- webpack:
- Fix docs - by @ryoppippi (34d17)
View changes on GitHub
v1.0.4
🚀 Features
- Improve sourcemap - by @ryoppippi (cebab)
- README.md: Clarify plugin usage instructions by specifying the order of plugin placement in the configuration - by @ryoppippi (6d978)
- examples/vite-react: Add vite-plugin-inspect to analyse sourcemap - by @ryoppippi (537a3)
🐞 Bug Fixes
- index.ts: Improve comments for clarity and maintainability in the diff processing logic - by @ryoppippi (5862e)
View changes on GitHub
v1.0.3
🚀 Features
- Migrate from Bun to @ryoppippi/mirror-jsr-to-npm - by @ryoppippi (5cfe8)
- workflow:
- Add npm options for provenance and access - by @ryoppippi (b020c)
- Add npm registry URL to setup-node action - by @ryoppippi (e7e65)
- Add Deno and NPM registry env variables - by @ryoppippi (72a08)
View changes on GitHub
v1.0.3-beta.4
🚀 Features
- workflow: Add Deno and NPM registry env variables - by @ryoppippi (72a08)
View changes on GitHub
v1.0.3-beta.3
🚀 Features
- workflow: Add npm registry URL to setup-node action - by @ryoppippi (e7e65)
View changes on GitHub
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)