Skip to content

Releases: huozhi/bunchee

v6.5.0

16 Mar 22:32
Compare
Choose a tag to compare

Enhancement

  • enhance: share common swc helpers chunk by @huozhi in #665

Patches

  • fix: prepare append EOL to package.json by @SukkaW in #664
  • fix: prepare overriding conditions by @huozhi in #668

Full Changelog: v6.4.0...v6.5.0

v6.4.0

16 Feb 20:44
Compare
Choose a tag to compare

Feature

Fixes

Improvements

Full Changelog: v6.3.4...v6.4.0

v6.3.3

08 Feb 00:18
Compare
Choose a tag to compare

Patches

Full Changelog: v6.3.2...v6.3.3

v6.3.2

08 Feb 00:17
Compare
Choose a tag to compare

Improvements

New Contributors

Full Changelog: v6.3.1...v6.3.2

v6.3.1

12 Jan 17:59
Compare
Choose a tag to compare

Improvemets

  • Upgrade SWC and Rollup dependencies
  • Improve the tsconfig.json generated by bunchee prepare
  • Fix the on generating tsconfig.json when specifying the customized tsconfig config path

v6.3.0

11 Jan 19:10
Compare
Choose a tag to compare

Improvements

require() can work properly with bunchee now. When the local source file is require'd by another one, it would be bundled like import. Otherwise if you're importing a external package, it still treats it as external and decide if the esm-shim needs to be applied.

PRs

  • feat: handle dynamic require in ESM by @huozhi in #628
  • fix: ensure bundle fallback wont go to types by @huozhi in #633

Full Changelog: v6.2.0...v6.3.0

v6.2.0

31 Dec 09:39
Compare
Choose a tag to compare

Minor Behavior Change

If you still need to replace NODE_ENV, use --env NODE_ENV and set NODE_ENV value in the process

  • remove the default behavior of env replacement on node env by @huozhi in #622

Full Changelog: v6.1.3...v6.2.0

v6.1.3

31 Dec 09:38
Compare
Choose a tag to compare

Patches

  • fix: js bundle alias of shared module by @huozhi in #623

Full Changelog: v6.1.2...v6.1.3

v6.1.2

29 Dec 22:50
Compare
Choose a tag to compare

Patch

Full Changelog: v6.1.1...v6.1.2

v6.1.1

29 Dec 22:03
Compare
Choose a tag to compare

Patch

  • fix: shared module should ignore tests files by @huozhi in #620

Full Changelog: v6.1.0...v6.1.1