Skip to content

Latest commit

 

History

History
64 lines (23 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

64 lines (23 loc) · 1.95 KB

Changelog

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

4.4.1 (2023-10-06)

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)

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

  • presetter: add primitive types that allow undefined values (915cf07)
  • update outdated packages (bbaf33f)

♻️ Chores

  • use pnpm for workspace management (358d0d7)

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