Skip to content

Releases: node-modules/graceful-process

v2.2.0

17 May 06:09
Compare
Choose a tag to compare

2.2.0 (2025-05-17)

Features


This release is also available on:

v2.1.0

08 Apr 11:33
Compare
Choose a tag to compare

2.1.0 (2025-04-08)

Features

  • support using process.on to listen SIGTERM (#10) (b3d3626)

This release is also available on:

v1.3.0

08 Apr 12:10
Compare
Choose a tag to compare

1.3.0 (2025-04-08)

Features

  • support using process.on to listen SIGTERM for 1.x (#9) (f234b1b)

This release is also available on:

v2.0.0

15 Dec 02:25
Compare
Choose a tag to compare

2.0.0 (2024-12-15)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

Release Notes

  • New Features

  • Introduced new GitHub Actions workflows for publishing and release
    processes.

  • Added TypeScript configuration for stricter type-checking and modern
    module support.

    • New exit handler functionality for graceful application termination.
  • Documentation

  • Updated README.md for clarity on usage and installation instructions.

  • Bug Fixes

    • Improved error handling and logging in the exit process.
  • Chores

  • Updated .gitignore and package.json to reflect new structure and
    dependencies.

    • Modified CI pipeline to use updated Node.js versions.

Features

  • support cjs and esm both by tshy (#8) (a31a80e)
  • support timeout && drop node 14 support (#6) (8551bae)

This release is also available on:

v1.2.0

08 Apr 12:10
Compare
Choose a tag to compare

1.2.0 (2025-04-08)

Features

  • add beforeExit options (#4) (0f0069c)
  • add logLevel to control print log level (#3) (180028b)