Skip to content

Latest commit

 

History

History
192 lines (67 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

192 lines (67 loc) · 5.73 KB

Changelog

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

4.4.0 (2023-10-03)

4.3.1 (2023-10-03)

4.3.0 (2023-09-20)

🐛 Bug Fixes

  • preset-strict: remove redundant thresholds (45b0521)

4.2.0 (2023-09-13)

4.1.2 (2023-07-26)

4.1.1 (2023-07-14)

4.1.0 (2023-07-13)

4.0.1 (2023-06-21)

4.0.0 (2023-06-18)

✨ Features

  • convert the whole project into ESM (381c84f)
  • presetter: run tasks without a temporary package.json (6c404b3)
  • types: separate types from presetter (4ff3626)

🐛 Bug Fixes

  • update outdated packages (bbaf33f)

♻️ Chores

  • make essential presets available before presetter (9feb4ac)
  • 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)

🐛 Bug Fixes

  • preset-essentials: check type in test files (3bc1982)

3.5.3 (2023-03-26)

🛠 Builds

  • preset-strict: remove source files from the final build (8e99425)

3.5.2 (2023-03-26)

3.5.1 (2023-03-18)

3.5.0 (2022-09-23)

3.4.1 (2022-08-10)

🐛 Bug Fixes

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)

✨ Features

  • preset-essentials: remove babel in favorite of tsc (dd62e01)

📦 Code Refactoring

♻️ Chores

  • update package dependencies (4e50e0d)

3.1.1 (2021-12-29)

3.1.0 (2021-12-28)

🐛 Bug Fixes

  • preset/lint: update eslint to v8 (f8cfa4d)
  • preset: lint code before committing (e7219b2)

3.0.3 (2021-11-03)

3.0.2 (2021-11-03)

3.0.1 (2021-10-14)

🐛 Bug Fixes

  • preset-strict: correct the template paths for bootstrapping (f71bf8f)
  • preset: add back the missing gitignore entries (70ac386)

3.0.0 (2021-10-04)

✨ Features

  • preset-strict: extends preset-essentials for a stricter rules (d7a73f8)