Skip to content

Releases: huozhi/bunchee

v6.6.2

11 Oct 16:49

Choose a tag to compare

Improvments

Chores

New Contributors

Full Changelog: v6.6.0...v6.6.1

v6.6.0

02 Aug 16:58

Choose a tag to compare

Features

  • Raw file imports: Import any file as raw text content using the ?raw query parameter (#694)
    import readme from './README.md?raw'    // Import as string
    import config from './config.json?raw'  // Import as string (not parsed)

Fixes & Improvements

  • 🐛 Bug Fixes: Fixed empty build state logging to provide clearer output (#693)
  • 🔧 Improvements: Enhanced ?raw imports with Windows line ending normalization and async file reading (#695)
  • Dependencies: Updated upstream dependencies (SWC and Rollup) for better performance and compatibility (#692)

Full Changelog: v6.5.4...v6.6.0

v6.5.3

22 Jun 15:19

Choose a tag to compare

Fixes

  • fix: iife invalid name rollup error by @huozhi in #683
  • fix: respect declarationMap for types sourcemap by @huozhi in #684

Misc

  • refactor: align rollup latest API structure by @huozhi in #681

Full Changelog: v6.5.2...v6.5.3

v6.5.2

16 May 01:23

Choose a tag to compare

Patches

  • disable removing output in watch mode by @huozhi in #679

Full Changelog: v6.5.1...v6.5.2

v6.5.1

20 Apr 08:55

Choose a tag to compare

Improvements

Full Changelog: v6.5.0...v6.5.1

v6.5.0

16 Mar 22:32

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

Choose a tag to compare

Feature

Fixes

Improvements

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

v6.3.3

08 Feb 00:18

Choose a tag to compare

Patches

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

v6.3.2

08 Feb 00:17

Choose a tag to compare

Improvements

New Contributors

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

v6.3.1

12 Jan 17:59

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