Releases: ryoppippi/bun-plugin-isolated-decl
Releases · ryoppippi/bun-plugin-isolated-decl
v0.1.9
🚀 Features
- workflow: Add notification workflow for release issues - by @ryoppippi (cf792)
View changes on GitHub
v0.1.8
🚀 Features
- Use text-based lockfile - by @ryoppippi (3668c)
- package.json: Add prepublishOnly script - by @ryoppippi (e083a)
- release: Update release workflow and package scripts - by @ryoppippi (c1f75)
- tests: Add glob support to build test - by @ryoppippi (ca5a0)
View changes on GitHub
v0.1.7
No significant changes
View changes on GitHub
v0.1.6
v0.1.5
🚀 Features
- Add GitHub Actions release workflow - by @ryoppippi (eaf11)
- eslint.config.js: Add import/no-extraneous-dependencies rule - by @ryoppippi (8fe47)
View changes on GitHub
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
🚀 Features
- Bump version to 0.1.1 - by @ryoppippi (7c4b1)
- Remove release workflow - by @ryoppippi (d0604)
- Add prepare script for git diff for bun.lockb - by @ryoppippi (8b73f)
- Add typecheck and release scripts, update dependencies - by @ryoppippi (58bd9)
- Add build test and snapshot - by @ryoppippi (121a5)
- Add test script to package.json - by @ryoppippi (053f4)
- Add GitHub Actions CI workflow - by @ryoppippi (e7a6d)
- Use
bunpare
for prepre script - by @ryoppippi (4cc8b) - Add glob pattern support for entrypoints - by @ryoppippi (2fda1)
- Change default output directory - by @ryoppippi (33539)
- README:
- Update example script link - by @ryoppippi (14cb5)
- ci:
- Add lint and typecheck steps to CI - by @ryoppippi (404a3)
- oxc:
- Use unplugin-isolated-decl for implementation - by @ryoppippi (15565)
- tests:
- Update build test to clean up before run - by @ryoppippi (8a2c2)
- Add test for build with glob path - by @ryoppippi (0d007)
View changes on GitHub
v0.1.1
What's Changed
- feat: Add GitHub Actions for release workflow by @ryoppippi in #3
- feat: add renovate configuration by @ryoppippi in #4
- chore(deps): update oven-sh/setup-bun action to v2 by @renovate in #5
- chore(deps): update dependency typescript to ^5.5.3 by @renovate in #10
- Requiring
oxc-transform
as a peer dependency by @RobinTail in #13
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🚀 Features
- Add FUNDING.yaml with GitHub sponsor - by @ryoppippi (01de4)
- Add GitHub Actions for release workflow - by @ryoppippi (6030a)
- Add renovate configuration - by @ryoppippi (66703)
- Update repository URL in package.json - by @ryoppippi (5fe77)
- Bump version to 0.1.1 - by @ryoppippi (7c4b1)
- Remove release workflow - by @ryoppippi (d0604)
- Add prepare script for git diff for bun.lockb - by @ryoppippi (8b73f)
- Add typecheck and release scripts, update dependencies - by @ryoppippi (58bd9)
- Add build test and snapshot - by @ryoppippi (121a5)
- Add test script to package.json - by @ryoppippi (053f4)
- Add GitHub Actions CI workflow - by @ryoppippi (e7a6d)
- Use
bunpare
for prepre script - by @ryoppippi (4cc8b) - Add glob pattern support for entrypoints - by @ryoppippi (2fda1)
- Change default output directory - by @ryoppippi (33539)
- Add file existence check before reading - by @ryoppippi (b5800)
- Refactor code and improve error handling - by @ryoppippi (2e5fb)
- README:
- Update example script link - by @ryoppippi (14cb5)
- README.md:
- Add the npm link to the badge - by @ryoppippi (37225)
- Added link of bun-plugin-dts - by @ryoppippi (70ed4)
- build.ts:
- Simplify external dependencies extraction - by @ryoppippi (86449)
- ci:
- Add lint and typecheck steps to CI - by @ryoppippi (404a3)
- oxc:
- Use unplugin-isolated-decl for implementation - by @ryoppippi (15565)
- tests:
- Update build test to clean up before run - by @ryoppippi (8a2c2)
- Add test for build with glob path - by @ryoppippi (0d007)