Skip to content

Latest commit

 

History

History
197 lines (69 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

197 lines (69 loc) · 5.9 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)

4.2.0 (2023-09-13)

4.1.2 (2023-07-26)

4.1.1 (2023-07-14)

4.1.0 (2023-07-13)

✨ Features

  • preset-esm: make bootstrap part of the setup procedure (313c0d1)

4.0.1 (2023-06-21)

4.0.0 (2023-06-18)

✨ Features

  • convert the whole project into ESM (381c84f)
  • preset-essentials: update jest and ts-jest to v29 (b0f215b)
  • types: separate types from presetter (4ff3626)

🐛 Bug Fixes

  • update outdated packages (bbaf33f)

♻️ 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)

3.4.1 (2022-08-10)

🐛 Bug Fixes

  • preset-web: remove graphql to avoid conflict between packages (d12a3f8)
  • 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

3.1.1 (2021-12-29)

🐛 Bug Fixes

  • preset-web: update eslint-plugin-tailwindcss to v3 (e9adbc0)

3.1.0 (2021-12-28)

✨ Features

  • preset-web: add testing library to the build toolset (1dae1c2)

🐛 Bug Fixes

  • preset-web: update tailwindcss to v3 (ce9f102)
  • preset/lint: update eslint to v8 (f8cfa4d)

3.0.3 (2021-11-03)

3.0.2 (2021-11-03)

3.0.1 (2021-10-14)

🐛 Bug Fixes

  • preset-web: correct the eslint supplementary config template (1e11abf)

3.0.0 (2021-10-04)

✨ Features

  • preset-web: provide a preset for a web project (4f6c033)

🛠 Builds

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

📦 Code Refactoring

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