Releases: huozhi/bunchee
Releases · huozhi/bunchee
v5.0.0-beta.2
Features
Improvements
Patches
- Fix: preserving directives in minification by @huozhi in #473
- fix: dedupe output files by @huozhi in #474
- Fix bunchee command execution in readme by @piotr-cz in #466
- fix: regex expression of circular dependency by @nnecec in #476
New Contributors
Full Changelog: v5.0.0-beta.1...v5.0.0-beta.2
v5.0.0-beta.1
Feature
- Optimize the exports parser by @huozhi in #465
- Leverage better perf from rollup by @devjiwonchoi in #459
- New
no-dts
option by @hyoban in #458
Changes
- refactor: modify
.prettierignore
to not ignore current test directories by @devjiwonchoi in #456 - Distribute integration test to single test files by @devjiwonchoi in #455
- refactor: modify migrated integration test format to be a guide for the upcoming works by @devjiwonchoi in #463
- Add pkg json import test by @huozhi in #470
- Fix prepare handling by @huozhi in #471
- Fix output format by @huozhi in #472
Breaking change
- Deprecate wildcard exports. See #469
Full Changelog: v4.4.8...v5.0.0-beta.1
v4.4.8
v4.4.7
v4.4.6
v4.4.5
v4.4.4
v4.4.3
Patches & Improvements
- Update dependencies and dev deps by @huozhi in #430
- Replace EdgeRuntime for edge build by @huozhi in #432
- feat: print end status in watch mode by @nnecec in #408
- enhance: dont delete dir if it is cwd by @huozhi in #433
- Fix: build in monorepo with composite but incremental disabled by @huozhi in #434
Full Changelog: v4.4.2...v4.4.3
v4.4.2
Patches
This release fixes some important issues when users are suffering with ts module resolving with multiple exports when modules resolution set to "node". Previously we're doing import like <pkg>/<module>
that supports "bundler" module resolution for ts types.
Now we're changing to relative imports which will import the correct path for both CJS and ESM.
- Generate relative path for types by @huozhi in #426
- Fix dev and prod convention missing output by @huozhi in #428
Full Changelog: v4.4.1...v4.4.2
v4.4.1
Patches
Improve the stablility of the features we have in 4.4
- Fix plugin orders for basic jsx by @huozhi in #412
- test: add ts composite test case by @himself65 in #414
- Fix ts-composite project build failure by @huozhi in #419
- Fix only prepare existing exports by @huozhi in #416
- Do not clean when entry file is from cli by @huozhi in #418
- fix: Logging is off format by @nnecec in #405
- Fix: bad lint rule for main field by @huozhi in #421
- Fix esm package with cjs entry by @huozhi in #422
New Contributors
- @himself65 made their first contribution in #414
Full Changelog: v4.4.0...v4.4.1