Skip to content

Latest commit

 

History

History
492 lines (227 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

492 lines (227 loc) · 18.9 KB

Changelog

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

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)