Skip to content

Releases: eggjs/scripts

v4.0.0

31 Dec 13:32
Compare
Choose a tag to compare

4.0.0 (2024-12-31)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

Release Notes

  • New Features

    • Added support for ECMAScript modules (ESM).
    • Enhanced CLI with more robust start and stop commands.
    • Improved TypeScript integration and type safety.
    • Introduced new commands for stopping an Egg.js server application.
    • Added new configuration options for logging and process management.
  • Improvements

    • Updated package configuration for better modularity.
    • Modernized test infrastructure with TypeScript support.
    • Refined error handling and logging mechanisms.
    • Enhanced process management capabilities.
  • Improved documentation with updated installation instructions and
    usage examples.

  • Breaking Changes

    • Renamed package from egg-scripts to @eggjs/scripts.
    • Requires Node.js version 18.19.0 or higher.
    • Significant changes to project structure and module exports.
  • Bug Fixes

    • Improved process management for server start and stop operations.
    • Enhanced cross-platform compatibility.
  • Fixed issues with asynchronous route handlers in various applications.

Features

  • support cjs and esm both by tshy (#63) (d9d0bc6)

This release is also available on:

v3.1.0

10 Dec 12:17
Compare
Choose a tag to compare

3.1.0 (2024-12-10)

Features


This release is also available on:

v3.0.1

11 May 07:54
Compare
Choose a tag to compare

3.0.1 (2024-05-11)

Bug Fixes

  • head 100 stderr when startup failed (#59) (7f2cecf)

This release is also available on:

v3.0.0

19 Feb 14:00
Compare
Choose a tag to compare

3.0.0 (2024-02-19)

⚠ BREAKING CHANGES

  • drop Node.js 14 support

Features

  • support configure egg.revert in package.json (#58) (a294691)

This release is also available on: