Skip to content

Releases: huozhi/bunchee

v4.3.2

11 Jan 18:07
Compare
Choose a tag to compare

Patches

  • fix: don't exits process at watch mode when error by @nnecec in #375
  • enahnce: improve error message by @huozhi in #376
  • Fix logging of scoped package by @huozhi in #378

New Contributors

Full Changelog: v4.3.1...v4.3.2

v4.3.1

08 Jan 22:19
Compare
Choose a tag to compare

Patches

  • Fix retrieving bad source file from src folder by @huozhi in #370
  • Only prepare pkg json type when file existed by @huozhi in #371

Full Changelog: v4.3.0...v4.3.1

v4.3.0

07 Jan 21:45
Compare
Choose a tag to compare

😮 Are you struggling with configuring exports field in package.json? Don't want to think about CJS/ESM?
Now you can auto configuration for new JS project with CJS/ESM compatible exports with one command 😮

Enter your project with grouping entry files in the src/ folder, each entry file will be turned into an export in package.json.

- src/
  | - index.ts
  | - core.ts

🥳 Then just run prepare command, all done!

bunchee --prepare

Feature

🧠 Auto configure CJS/ESM exports command
💅 Prettier output

Changelog

Full Changelog: v4.2.11...v4.3.0

v4.2.11

29 Dec 17:08
Compare
Choose a tag to compare

Patches

Misc

Full Changelog: v4.2.9...v4.2.11

v4.2.9

28 Dec 23:25
Compare
Choose a tag to compare

Patches

Full Changelog: v4.2.8...v4.2.9

v4.2.8

28 Dec 22:26
Compare
Choose a tag to compare

Performance

  • Fix: stick module resolution to NodeNext for dts by @huozhi in #347
  • filter duplicated logs and simplify testing utils by @huozhi in #348
  • perf: dedupe build jobs for duplicate entries by @huozhi in #350

Full Changelog: v4.2.7...v4.2.8

v4.2.7

28 Dec 19:07
Compare
Choose a tag to compare

Patches

Thanks @SukkaW for help in #343

Full Changelog: v4.2.6...v4.2.7

v4.2.6

28 Dec 01:01
Compare
Choose a tag to compare

Patches

Documentation

  • Update docs with more explanation of entry files by @huozhi in #337

Full Changelog: v4.2.4...v4.2.6

v4.2.4

27 Dec 21:59
Compare
Choose a tag to compare

Patches

Full Changelog: v4.2.3...v4.2.4

v4.2.3

27 Dec 16:36
Compare
Choose a tag to compare

Improvement

image

  • Prettier Logging #333
  • If there's duplicated layer, for example index.js ("use client") -> dep.js ("use client"), they'll be kept in the same bundle #334

Full Changelog: v4.2.2...v4.2.3