presetter-preset-rollup/CHANGELOG.md

7.9 KiB

4.0.2-develop.9 (2023-06-30)

Bug Fixes

  • outDir should not be an array and needs to be under compilerOptions (f392036)

4.0.2-develop.8 (2023-06-30)

Bug Fixes

  • buildSource needs to be src (f1d13d0)

4.0.2-develop.7 (2023-06-30)

Bug Fixes

  • typescript needs to come before rollup (6be363c)

4.0.2-develop.6 (2023-06-30)

Bug Fixes

  • add build:typescript:* to build script (edf1960)

4.0.2-develop.5 (2023-06-30)

Bug Fixes

  • dont pass file as argument (41645d9)

4.0.2-develop.4 (2023-06-30)

Bug Fixes

4.0.2-develop.3 (2023-06-30)

Bug Fixes

4.0.2-develop.2 (2023-06-30)

Bug Fixes

  • add files to package.json (486314d)

4.0.2-develop.1 (2023-06-30)

Changelog

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

4.0.1 (2023-06-21)

4.0.0 (2023-06-18)

Features

  • convert the whole project into ESM (381c84f)
  • types: separate types from presetter (4ff3626)

🐛 Bug Fixes

  • preset-rollup: inject NODE_ENV for build and develop stages (b09ade5)
  • preset-rollup: make the rollup preset compatible with ESM (86154b8)
  • update outdated packages (bbaf33f)

📦 Code Refactoring

  • preset-rollup: normalize config in functional way (f6b3815)

♻️ Chores

  • allow tests can be done individually (b86f6ee)
  • use pnpm for workspace management (358d0d7)

💎 Styles

  • make any node build-in modules explicitly imported first (90730f2)

Breaking changes

    • by default, client project emit ESM and for clarity preset-essentials has been renamed to preset-esm
  • ts-node is removed in favor of a more powerful and less buggy tsx

3.5.5 (2023-03-31)

3.5.4 (2023-03-30)

3.5.3 (2023-03-26)

3.5.2 (2023-03-26)

3.5.1 (2023-03-18)

3.5.0 (2022-09-23)

🛠 Builds

  • move .presetterrc to the root (0eb17a0)

📦 Code Refactoring

  • presetter: remove dependency on fs-extra (8810c56)
  • rollup: remove unnecessary async waits (9d9c4c3)

3.4.1 (2022-08-10)

🐛 Bug Fixes

  • presetter: merge arrays only if the values are all primitive (961f30c)
  • update packages (ec8307d)

3.4.0 (2022-08-02)

🐛 Bug Fixes

  • presetter: resolve presets as a tree not a list (0db5ff3)

3.3.0 (2022-07-12)

📚 Documentation

  • update dependencies badges (94c084d)

3.2.0 (2022-05-18)

📦 Code Refactoring

♻️ Chores

  • update package dependencies (4e50e0d)

3.1.1 (2021-12-29)

3.1.0 (2021-12-28)

3.0.3 (2021-11-03)

3.0.2 (2021-11-03)

3.0.1 (2021-10-14)

3.0.0 (2021-10-04)

Features

  • preset-rollup: provide a preset for code bundling via rollup (b0704b0)

🐛 Bug Fixes

  • presetter: narrow types in directive's argument (c6de804)

🛠 Builds

  • use presetter-preset-strict wherever possible (4ff72a1)

📦 Code Refactoring

  • rename presetter-preset to presetter-preset-essentials (b799587)