Skip to content

Latest commit

 

History

History
767 lines (392 loc) · 28.8 KB

CHANGELOG.md

File metadata and controls

767 lines (392 loc) · 28.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v3.0.0-rc.1

compare changes

🚀 Enhancements

  • ⚠️ Upgrade to rollup v4 (#327)
  • Support disabling preserveDynamicImports (#322)
  • rollup: ⚠️ Default to esnext build target (#335)

🩹 Fixes

  • Don't clean root directory if set as outDir (#343)

💅 Refactors

  • Use jiti.import for esm stubs and improve templates (#300)

📖 Documentation

  • Update jsdocs for inferEntries (#310)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Upgrade to rollup v4 (#327)
  • rollup: ⚠️ Default to esnext build target (#335)

❤️ Contributors

v2.0.0

compare changes

🏡 Chore

🤖 CI

  • Use conventional commit for autofix (#294)

❤️ Contributors

v2.0.0-rc.0

compare changes

🚀 Enhancements

  • Generate .d.mts and .d.cts declarations (#273)
  • Support multiple build configs (#275)
  • Support nested subpaths (#280)
  • Allow customizing jiti options for stub entries (#282)
  • Support aliases for stub mode (#283)
  • Migrate to unjs/citty (#284)
  • cli: Support --minify (#285)
  • Sourcemap support (#286)

🩹 Fixes

  • Respect directory separator when matching entries (#214)
  • esbuild: Typo in sourcemap option (#259)
  • Remove extensions from default output name (#279)
  • rollup: Check module id against externals as well (#270)
  • esbuild: Apply minify with corresponding loader (#254)
  • esbuild: Do not minify declarations (83b3ed2)
  • mkdist: Allow passing all possible options (f40a889)
  • Clean dist directories only once for multi builds (11c47c8)
  • auto: Avoid warning for existing files (#287)

💅 Refactors

  • rollup: ⚠️ Improve esbuild options handling (#278)

📦 Build

  • ⚠️ Make typescript a peer dependency (f31c6a4)

🏡 Chore

⚠️ Breaking Changes

  • rollup: ⚠️ Improve esbuild options handling (#278)
  • ⚠️ Make typescript a peer dependency (f31c6a4)

❤️ Contributors

v1.2.1

compare changes

💅 Refactors

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.0

compare changes

🚀 Enhancements

  • rollup: Add jsx and tsx to esbuild loader defaults (#198)
  • rollup: Allow regular expressions in externals array (#145)
  • mkdist: Add new pattern option (#139)
  • Support esbuild charset option (#190)
  • rollup: Allow passing any all common esbuild options (8e81e2a)
  • rollup: Show size of bundled npm packages in cli output (#243)

🩹 Fixes

  • Pass missing esbuild jsx factory options (#224)
  • rollup: Handle array format for rollup.alias.entries option (#220)
  • rollup: Enable interop: compat for cjs compatibility (#215)

📖 Documentation

  • Add types to default exports (#226)
  • Remove types field suggestion for now (e8988ae)

🏡 Chore

❤️ Contributors

v1.1.2

compare changes

💅 Refactors

  • Use fs.mkdir instead of mkdirp (6ee6384)
  • Use fs.mkdir instead of mkdirp (8e6962e)

🏡 Chore

❤️ Contributors

v1.1.1

compare changes

🩹 Fixes

  • Use fs instead of rimraf (bbd374d)

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

  • Update all rollup dependencies (3d1b976)

🩹 Fixes

  • Prevent minification of .d.ts files (#185)

🎨 Styles

❤️ Contributors

v1.0.2

compare changes

🩹 Fixes

  • Do not throw error on absolute windows paths (#166)

🏡 Chore

  • Remove unused dependency (79cc03d)

❤️ Contributors

1.0.1 (2022-11-16)

1.0.0 (2022-11-16)

0.8.9 (2022-08-18)

Bug Fixes

  • rollup: remove wrong context (67d1d38)

0.8.8 (2022-08-11)

Bug Fixes

  • rollup: seperate dynamic chunks from shared chunk names (aaf8227)

0.8.7 (2022-08-10)

Bug Fixes

  • include all files for total size report (7bce76d)

0.8.6 (2022-08-10)

0.8.5 (2022-08-10)

Features

  • name option defaulting to package name (c3979ab)
  • rollup: use hashed chunk names (850b013)

Bug Fixes

  • rollup: unmark chunk names as external imports (59debad)

0.8.4 (2022-08-10)

Bug Fixes

  • rollup: handle stubbing multiple exports (f215525)

0.8.3 (2022-08-10)

Bug Fixes

  • rollup: escape stub import paths (63a3c11)
  • rollup: fix stub type hints (38d95be)
  • rollup: normalize stub entry path (f7272e0)

0.8.2 (2022-08-10)

Bug Fixes

  • rollup: fix stub export resolution issues (63961e4)

0.8.1 (2022-08-10)

Bug Fixes

0.8.0 (2022-08-10)

⚠ BREAKING CHANGES

  • always enable esmResolve for jiti (stub and config)
  • exit with code (1) on build warnings (#98)

Features

  • always enable esmResolve for jiti (stub and config) (b87c8df)
  • exit with code (1) on build warnings (#98) (ffc0d7c)
  • rollup: generated named exports in esm stub (c9fce24)

0.7.6 (2022-07-20)

Bug Fixes

  • pkg: use default export condition to avoid breaking change (858d35d), closes #89

0.7.5 (2022-07-20)

Features

  • enable esmResolve when loading build.config (#93) (c856812)

Bug Fixes

  • pkg: add types field for exports (#89) (457f043)
  • properly calculate bytes of output size (#82) (1888978)

0.7.4 (2022-04-13)

Bug Fixes

0.7.3 (2022-04-12)

Bug Fixes

  • resolve asbolute path to jiti for pnpm support (#58) (81d6da7)
  • stub: use file:// protocol for windows compatibility (12a99c1)
  • work around issue building with pnpm (#57) (eb7da84)

0.7.2 (2022-03-25)

Bug Fixes

  • revert builtins from default externals (0b808c6)

0.7.1 (2022-03-25)

Bug Fixes

  • add builtins and node: prefixes to externals (2af233d)

0.7.0 (2022-03-09)

⚠ BREAKING CHANGES

  • update all dependencies

Features

  • make rollup-plugin-dts options configurable (#52) (e710503)
  • update all dependencies (fc7c164)

0.6.9 (2022-01-27)

Features

  • allow peerDeps as import entry points (#43) (755981d)

0.6.8 (2022-01-21)

Bug Fixes

  • rollup: ensure output subdirectory exists (#40) (b964655)

0.6.7 (2021-12-14)

Features

  • rollup: replace and per-plugin configuration (6d185b2)

0.6.6 (2021-12-14)

Bug Fixes

0.6.5 (2021-12-14)

Bug Fixes

  • fix nested config types to be optional (d48e0ac)

0.6.4 (2021-12-14)

Features

Bug Fixes

0.6.3 (2021-12-03)

Bug Fixes

0.6.2 (2021-12-03)

Features

0.6.1 (2021-12-03)

Features

  • allow programmatic inputConfig (9493837)

Bug Fixes

  • hooks type in config should be partial (62fd953)
  • register programmatic hooks (867ebc5)
  • resolve outDir relative to rootDir (ba18055)
  • show error if code is not MODULE_NOT_FOUND (82d9432)
  • use tryRequire for package.json (31ab840)

0.6.0 (2021-12-03)

⚠ BREAKING CHANGES

  • extract rollup specific global options

Features

Bug Fixes

  • stub: re-export default in dts stub (#26) (468347f)

  • extract rollup specific global options (0dfb39f)

0.5.13 (2021-11-18)

Features

  • upgrade to untyped 0.3.x (a7f50b8)

0.5.12 (2021-11-18)

Features

Bug Fixes

  • de-default rollup-plugin-esbuild (resolves #23) (e88fc72)

0.5.11 (2021-10-22)

Bug Fixes

  • allow cjs for ext in types (e878d1d)

0.5.10 (2021-10-21)

Bug Fixes

0.5.9 (2021-10-21)

Features

  • use json plugin to allow treeshaking (562e4d1)

0.5.8 (2021-10-20)

0.5.7 (2021-10-13)

0.5.6 (2021-10-01)

Features

0.5.5 (2021-09-29)

Bug Fixes

  • rollup: don't ignore built-in requires to transform into import (00c6b21)

0.5.4 (2021-09-21)

0.5.3 (2021-09-21)

Bug Fixes

  • enable back interopDefault for esm stub for now (079bb51)

0.5.2 (2021-09-21)

Bug Fixes

  • avoid interopDefault for esm stub (6a36080)

0.5.1 (2021-09-21)

Bug Fixes

  • rollup: add interopDefault for jiti stub (b1bf926)

0.5.0 (2021-09-20)

⚠ BREAKING CHANGES

  • use .cjs extension

Features

Bug Fixes

  • pkg: use explicit .cjs extension (909a539)
  • rollup: stub esm with jiti for typescript support (6bab21f)

0.4.2 (2021-08-09)

Bug Fixes

  • stub: use junction links for windows support (56aaf4b)

0.4.1 (2021-07-29)

0.4.0 (2021-07-22)

⚠ BREAKING CHANGES

  • upgrade untyped (#14)

  • upgrade untyped (#14) (caa57c9)

0.3.2 (2021-07-08)

Bug Fixes

  • don't warn for every src file in windows (#10) (e4d18aa)

0.3.1 (2021-06-16)

Bug Fixes

  • change esbuild target to es2019 (a91ec26)

0.3.0 (2021-05-24)

⚠ BREAKING CHANGES

  • update dependencies

  • update dependencies (293dd7f)

0.2.3 (2021-04-23)

Features

  • pass ext option to mkdist (2c9a513)

0.2.2 (2021-04-21)

Bug Fixes

  • mkdist: rmdir before stubbing (1ca50a4)

0.2.1 (2021-04-21)

Bug Fixes

  • avoid duplicate name in dist (cbc8f55)

0.2.0 (2021-04-21)

⚠ BREAKING CHANGES

  • support per-entry outDir

Features

  • support per-entry outDir (5bb7ac3)

Bug Fixes

  • enable declarations and export defineBuildConfig (0e7d62b)

0.1.13 (2021-04-16)

Bug Fixes

  • rollup config fixes (inline related) (ae8a3d3)

0.1.12 (2021-04-09)

Features

  • inlineDependencies option (9f320a1)

0.1.11 (2021-04-09)

Features

  • declaration option to generate types (936478a)

0.1.10 (2021-04-09)

Bug Fixes

  • exclude package itself from externals (617a9f9)

0.1.9 (2021-04-09)

Bug Fixes

  • pkg: move typescript to dependencies (51cd53b)

0.1.8 (2021-04-09)

Bug Fixes

  • rollup: set respectExternal option for dts (a596fa3)

0.1.7 (2021-04-09)

Bug Fixes

  • pkg: directly add typescript dependency for standalone usage (adeda2f)

0.1.6 (2021-04-09)

Bug Fixes

  • pkg: specify peerDependencies (71e8994)

0.1.5 (2021-04-09)

Bug Fixes

  • ensure parent dir for link (87e75b3)

0.1.4 (2021-04-09)

Bug Fixes

0.1.3 (2021-04-09)

Bug Fixes

  • update deps and use interopDefault (6b0f39a)

0.1.2 (2021-04-09)

Features

0.1.1 (2021-04-07)