All Versions
69
Latest Version
Avg Release Cycle
138 days
Latest Release
849 days ago

Changelog History
Page 2

  • v1.0.0 Changes

    April 03, 2019
    • [major] 1.0.0 due to breaking change introduced in [#1017].
    • ⚡️ [security] Update utile to get rid of security warning [#1022]
    • 🔒 [security] Remove dependency on timespan [#1014]
    • 👍 [fix] Fix support for Node 10+ [#979]
    • [change] Propagate error when failing to create directories on startup [#1017]
    • [doc] Add example for referencing -l -o and -e parameters from within a JSON config file [#869]
  • v0.15.4

    March 31, 2019
  • v0.15.3

    November 02, 2016
  • v0.15.2

    May 26, 2016
  • v0.15.1

    July 31, 2015
  • v0.15.0

    July 24, 2015
  • v0.14.2 Changes

    July 01, 2015
    • 804b5b1 [dist] Version bump. 0.14.2 (indexzero)
    • 1e4953d [fix] Do not break tests. (indexzero)
    • 310edd2 fixes #699 (Mike van Rossum)
    • 19f7909 Add license attribute (Gilad Peleg)
    • 36fbaf1 isNaN() doesn't check if the value is numeric; it only checks if it is equal to NaN. In particular it won't catch null. (Craig R. Hughes)
    • 31c2f16 Remove overwhelm, highlight forever start in doc (Doug Carroll)
    • 19a0de8 Update CHANGELOG.md. (XhmikosR)
  • v0.14.1 Changes

    February 05, 2015
    • 509eaf2 [dist] Version bump. 0.14.1 (indexzero)
    • e5296a2 [minor] Small style change. (indexzero)
    • c33f56e fix critical bugs @v0.14.0 (Tjatse)
    • 545be49 [doc] Add docs badge to README (René Föhring)
    • 14bbf8c Fix links in readme (jomo)
  • v0.14.0 Changes

    December 30, 2014
    • 477c460 [dist] Version bump. 0.14.0 (indexzero)
    • b1158de Fixed typos. (Sean Hussey)
    • cdfa701 [refactor] Tidy the logic for handling data back from monitor processes [fix text] Assert the correct things in test/core/stopbypid-peaceful-test.js [dist minor] Correct file headers in some test files [dist minor] s/if(/if (/, s/){/) {/, and other minor whitespace (indexzero)
    • b678eb7 test cases for stop<all|bypid> peaceful (Tjatse)
    • c3baf77 if target is not a number, it could only be a script path, otherwise it is pid|uid|index|id (Tjatse)
    • 5c7ba63 clean codes, and improvefindBy performance (Tjatse)
    • 2c394ab forever stopbypid is deprecated now, using forever stop <pid> instead. (Tjatse)
    • d506771 [fix] handle monitor error, and make forever stopall peaceful (Tjatse)
    • ab8bcb8 ignore .idea on MAC (Tjatse)
    • 1308a96 [ci] try and fix build (Jarrett Cruger)
    • 68502f1 fix missing parameter (peecky)
    • b85f8e2 [dist fix] Added CHANGELOG.md again. Fixes #630. (indexzero)
  • v0.13.0 Changes

    November 04, 2014
    • 8707877 [dist] Version bump. 0.13.0 (indexzero)
    • 3865596 [dist] Up-to-date linting with JSHint. Fixes #419. (indexzero)
    • 1d863ba Renaming stoppid -> stopbypid (Anthony Akentiev)
    • 4adf834 Little bug fix: comparing integers (Anthony Akentiev)
    • c29de4b README updated (Anthony Akentiev)
    • 54194df stoppid command added to stop running under forever process by PID (Anthony Akentiev)
    • c568f89 [minor] Some small style changes to new(er) tests. (indexzero)
    • 8e4f1fb code 0 should be treated as a Number too. (Tjatse)
    • 663e49a wait more... (Tjatse)
    • 1f184e8 test case for start/stop peaceful (Tjatse)
    • 8f7dfba [fix] relative script file should works fine, both with start or stop. (Tjatse)
    • 84cf5ad Add --workingDir option to specify the CWD of the process in which SCRIPT is run (Myk Willis)
    • cb72aed [dist] Update several dependencies to latest. (indexzero)