Skip to content

Releases: eggjs/egg-ts-helper

v3.0.0

04 Feb 12:12
Compare
Choose a tag to compare

3.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

Only support egg >= 4.0.0

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • Documentation
  • Introduced a new “Contributors” section in the project documentation
    to highlight community involvement.
  • Chores
  • Streamlined CI workflows by removing legacy configurations and
    updating triggers for improved efficiency.
  • Upgraded key dependencies and increased the minimum required Node.js
    version for enhanced performance and security.
  • Refactor
  • Standardized module import practices across the codebase to align with
    current Node.js conventions.
    • Improved asynchronous handling in core operations.
  • Tests
  • Updated test setups and assertions to reflect the new module import
    standards and dependency changes.

Features


This release is also available on:

v2.1.1

04 Feb 12:02
Compare
Choose a tag to compare

2.1.1 (2025-02-04)

Bug Fixes

  • load the tsconfig extends with the specific extension name (#111) (2bbc458)

This release is also available on:

v1.35.2

04 Feb 11:57
Compare
Choose a tag to compare

1.35.2 (2025-02-04)

Bug Fixes

  • load the tsconfig extends with the specific extension name (#110) (7e19250)

This release is also available on:

v2.1.0

31 Aug 01:21
Compare
Choose a tag to compare

2.1.0 (2023-08-31)

Features


This release is also available on:

v2.0.0

02 Aug 02:36
Compare
Choose a tag to compare

2.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • drop typescript v4 support

Features


This release is also available on:

v1.35.1

04 Feb 11:57
2df4ec3
Compare
Choose a tag to compare

1.35.1 (2025-02-04)

v1.35.0

02 Aug 01:49
Compare
Choose a tag to compare

1.35.0 (2023-08-02)

Features


This release is also available on:

v1.34.8

02 Aug 01:54
Compare
Choose a tag to compare

1.34.8 (2023-08-02)

Bug Fixes


This release is also available on:

v1.34.7

13 Feb 10:02
Compare
Choose a tag to compare

1.34.7 (2023-02-13)

Bug Fixes

  • should reset ETS_REGISTER_PID env after build (#105) (d706a31)

This release is also available on:

v1.34.6

04 Feb 12:02
Compare
Choose a tag to compare

1.34.6 (2023-02-09)

Bug Fixes

  • change to read ETS_SCRIPT_FRAMEWORK on postinstall script (#104) (57c9749)