Skip to content

Releases: huozhi/bunchee

v2.0.0-alpha.2

16 Aug 11:20
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Patches

  • Fix: only apply terser for ts #90
  • Mark self and ones from peer deps meta as external #91

v2.0.0-alpha.1

14 Aug 21:44
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

This pre-release is mainly for speed improvement and support for cover more complicated use cases such as configuration for multi-exports. Notice that the multi entry feature is still in experimental 🧪

Features

  • Replace babel with swc for js/jsx extensions files compilation (#80)
  • Experimental feature: customized config and support specifiying multiple entries, checkout #87 for more details

Fixes

  • Upgrade typescript plugin for related ts compilation fixes (#88)
  • fix(deps): fix unmet peer dependency issues by @tmilewski in (#83)

Misc

New Contributors

1.9.0

25 Jun 23:16
Compare
Choose a tag to compare

Feature

Support manually specifying externals

bunchee index.js -e react -e react-dom -o dist/index.js 

Changes

  • bump ts and replace ts-node with tsx by @huozhi in #79
  • feat: support manual externals by @huozhi in #81

Full Changelog: v1.8.5...v1.9.0

v1.8.5

26 May 22:14
Compare
Choose a tag to compare

Patches

  • Fix missing shebang #78
  • Do not abort for watch mode when errors #76

v1.8.3

16 Apr 10:09
Compare
Choose a tag to compare

Bug fixes

  • surpass rollup warnings: PREFER_NAMED_EXPORTS and MIXED_EXPORTS by @huozhi #69 and #23d7a8
  • stick to named exports by @huozhi in #73

v1.8.1

04 Jan 13:33
Compare
Choose a tag to compare

What's Changed

  • enhance: exports sugar and update doc by @huozhi in #68

Full Changelog: v1.8.0...v1.8.1

v1.8.0

31 Dec 20:54
Compare
Choose a tag to compare

What's New

Support exports field in package.json

v1.7.3

11 Nov 14:20
Compare
Choose a tag to compare

Patches

  • Fix regenerator polyfill: #64

Chores

  • Chore(deps): bump ansi-regex from 5.0.0 to 5.0.1: #60
  • Chore(deps): bump path-parse from 1.0.6 to 1.0.7: #53

v1.7.2

08 Oct 10:01
Compare
Choose a tag to compare

Patches

  • Fix: typescript free for building pure js lib: #59
  • Fix: output path: #61

v1.7.1

20 Aug 13:03
Compare
Choose a tag to compare

Patches

  • Chore: complete types: bb0773c
  • Chore: use es as format aligning rollup: #54
  • Upgrade babel preset: #55