Skip to content

Files

Latest commit

598a2ce · Mar 11, 2025

History

History
81 lines (45 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

81 lines (45 loc) · 3.02 KB

Changelog

2.0.0 (2025-03-11)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

Summary by CodeRabbit

  • Documentation

  • Extended changelog entries to include details for versions 1.1.0 and 1.0.0.

    • Removed outdated pull request template from documentation.
  • Chores

  • Updated dependency and Node.js requirements for enhanced compatibility with modern ECMAScript standards.

    • Refined CI workflow configurations and removed obsolete files.
    • Updated licensing details to reflect ongoing contributions.
    • Removed NPM quality badge from the README.

Features

  • set default target to ES2022 and moduleResolution to NodeNext (#10) (bcdd2aa)

1.3.3 (2023-04-16)

Bug Fixes

1.3.2 (2023-02-13)

Bug Fixes

  • disable incremental and reset target to ES2020 (#8) (e2915d1)

1.3.1 (2023-02-13)

Bug Fixes

1.3.0 (2023-02-11)

Features

  • enable emitDecoratorMetadata by default (#6) (28c8446)

1.2.0 (2022-12-17)

Features

  • default enable incremental (#4) (e38424f)
  • set compilerOptions target to es2020 (#5) (dc4ca89)

1.1.0 / 2022-06-20

others

1.0.0 / 2020-07-30

others