Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

73 lines (39 loc) · 1.87 KB

Changelog

3.0.1 (2024-12-11)

Bug Fixes

3.0.0 (2024-06-23)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Features

  • support cjs and esm both by tshy (#6) (30acc65)

2.0.0 (2023-06-13)

⚠ BREAKING CHANGES

  • Drop Node.js < 14 support

Features

  • support worker_threads ipc (#3) (3a27475)
  • use github action and drop non-lts Node.js support (#4) (9592a9b)

1.1.0 / 2016-11-02

  • feat: add more env SENDMESSAGE_ONE_PROCESS (#2)

1.0.5 / 2015-04-14

  • support IS_NODE_DEV_RUNNER env

1.0.4 / 2014-12-04

  • fix: try to detect node-dev env, dont use NODE_ENV

1.0.3 / 2014-11-21

  • use NODE_ENV === 'development'

1.0.2 / 2014-11-21

  • fix missing message on node-dev

1.0.1 / 2014-11-14

  • fix: support cluster.fork() child process

1.0.0 / 2014-11-14

  • first commit