Skip to content

Releases: huozhi/bunchee

v5.0.0-beta.3

17 Mar 10:11
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0-beta.2...v5.0.0-beta.3

v5.0.0-beta.2

10 Mar 11:22
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

Features

Improvements

  • perf: only generate declared types by @huozhi in #475

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

03 Mar 23:35
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Feature

Changes

Breaking change

  • Deprecate wildcard exports. See #469

Full Changelog: v4.4.8...v5.0.0-beta.1

v4.4.8

18 Feb 00:07
Compare
Choose a tag to compare

Patches

Full Changelog: v4.4.7...v4.4.8

v4.4.7

17 Feb 20:43
Compare
Choose a tag to compare

Patches

  • fix: generate cjs extension chunk when the entry is cjs by @huozhi in #451

Misc

Full Changelog: v4.4.6...v4.4.7

v4.4.6

17 Feb 20:42
Compare
Choose a tag to compare

Patches

  • fix: algorithm for determine the end of build in watch mode by @nnecec in #438
  • Fix: set preserveSymlinks to false for types generation by @huozhi in #447
  • Fix lint for string exports by @huozhi in #448

Full Changelog: v4.4.5...v4.4.6

v4.4.5

04 Feb 21:09
Compare
Choose a tag to compare

Patches

Drop the @rollup/plugin-esm-shim plugin and rewrite one with AST parsing, this avoids lots of issues that with current rollup esm shim plugin.

Full Changelog: v4.4.4...v4.4.5

v4.4.4

04 Feb 21:08
Compare
Choose a tag to compare

Patches

Misc

Full Changelog: v4.4.3...v4.4.4

v4.4.3

28 Jan 00:13
Compare
Choose a tag to compare

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

25 Jan 22:39
Compare
Choose a tag to compare

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