Releases: huozhi/bunchee
Releases · huozhi/bunchee
v6.6.2
Improvments
- refactor: replace
orawithnanospinnerby @SukkaW in #699 - upgrade rollup and type plugin by @huozhi in #700
Chores
- polish website with animation by @huozhi in #701
- chore: switch to tinyglobby by @benmccann in #687
New Contributors
- @benmccann made their first contribution in #687
Full Changelog: v6.6.0...v6.6.1
v6.6.0
Features
- Raw file imports: Import any file as raw text content using the
?rawquery parameter (#694)import readme from './README.md?raw' // Import as string import config from './config.json?raw' // Import as string (not parsed)
Fixes & Improvements
- 🐛 Bug Fixes: Fixed empty build state logging to provide clearer output (#693)
- 🔧 Improvements: Enhanced
?rawimports with Windows line ending normalization and async file reading (#695) - Dependencies: Updated upstream dependencies (SWC and Rollup) for better performance and compatibility (#692)
Full Changelog: v6.5.4...v6.6.0
v6.5.3
v6.5.2
v6.5.1
v6.5.0
v6.4.0
Feature
Fixes
- patch: enable sourcemap when minify by default by @huozhi in #655
- fix: treat
defaultcondition as esm or cjs by @himself65 in #657 - Fix condition matching by @huozhi in #658
Improvements
Full Changelog: v6.3.4...v6.4.0