Skip to content

Latest commit

 

History

History
130 lines (81 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

130 lines (81 loc) · 3.39 KB

Changelog

1.11.0 (2024-05-24)

Features

1.10.0 (2024-02-23)

Features

  • set CFORK_WORKER_INDEX env let worker know it's fork index (#116) (f69992c)

1.9.0 / 2023-05-06

features

1.8.0 / 2019-06-13

features

others

1.7.1 / 2017-11-07

fixes

1.7.0 / 2017-09-25

features

1.6.1 / 2017-06-11

  • fix: try to use exitedAfterDisconnect first (#109)
  • chore: update badge

1.6.0 / 2016-11-18

  • feat: Add environment variables support for workers (#100)
  • chore: fix eslint2 removed rules and spelling error (#90)

1.5.1 / 2016-06-23

  • fix: add more debug log (#74)

1.5.0 / 2016-05-06

  • feat: add execArgv support
  • test: add 5, 4 node

1.4.0 / 2015-11-04

  • test(slave): add slave die and refork test case
  • feat: add slave process support
  • chore: fix npm run autod

1.3.1 / 2015-08-31

  • fix: add options.autoCoverage to enable istanbul

1.3.0 / 2015-08-30

  • feat: support code coverage with istanbul

1.2.4 / 2015-06-03

  • fix: err maybe undefined

1.2.3 / 2015-05-09

  • test: Add iojs and node v0.12 into travis config
  • fix: when worker has terminated before disconnect, don't fork (@JacksonTian)

1.2.2 / 2014-11-06

  • refactor: ignore undefined
  • pick of meaningful options to setupMaster

1.2.1 / 2014-11-01

  • feat: support args and slient

1.2.0 / 2014-09-27

  • add limit for refork times in certain duration (@coderhaoxin)

1.1.1 / 2014-09-17

  • Fix unexpectedExit event listeners length (@JacksonTian)

1.1.0 / 2014-08-08

  • defer add listenners, add options.refork, optional unexpectedExit event (@dead-horse)

1.0.1 / 2014-08-04

  • improve disconnect and unexpected exit log

1.0.0 / 2014-08-04

  • work with graceful
  • first release