forever v0.10.5 Release Notes

Release Date: 2013-04-21 // about 11 years ago
    • a9d7aa1 [dist] Version bump. 0.10.5 (indexzero)
    • 1a1ba32 [fix] Make -v|--version work. Fixes #303. (indexzero)
    • 10fa40f [fix dist] Bump to [email protected] to support [email protected]. Update travis to test it. Fixes #370. Fixes #400. (indexzero)
    • bd42888 [fix] Manually merge #405. Fixes #405. (indexzero)
    • d3675fa process exit on error (Noah H. Smith)
    • b641a4a [minor] Style compliance for #403. Fixes #403. (indexzero)
    • 477082b add the --watchIgnore option to be able to ignore files or directories when --watch is enabled (Stéphane Gully)
    • 5fa39ce [fix] Return monitor from .startDaemon(). Fixes #387. Fixes #389. (indexzero)
    • bda8604 [fix] Manually merge plain-feature because of trailing space noise. Fixes #381. [dist] Bump dependencies (indexzero)
    • 6047462 [fix] Added the default dir column which outputs the sourceDir from forever-monitor. Fixes #367. (indexzero)
    • 9cbe4cb [fix dist] Update to the latest forever-monitor. Fixes #361. (indexzero)
    • 055c483 [fix] Warn users if --minUptime or --spinSleepTime are not specified. Fixes #344. (indexzero)
    • 1e4b2f6 added and cli options for streaming log output, updated README.md and tests to reflect changes (John Lancaster)
    • 94f61f5 removed trailing whitespace from lib/forever.js and lib/forever/cli.js ☠ (John Lancaster)
    • 352947e Update package.json (Thomas)
    • e442ea9 add no process error handling to cli.restartAll (Evan You)
    • d3ff4bd Add timestamp support to forever log (Julian Duque)
    • b999bc2 Support exit signal customization (comes from another commit to forever-monitor) (Alexander Makarenko)
    • 3feef60 Use path option as forever root if given. (filipovskii_off)
    • 3496b64 use process.env.USERPROFILE as alternative to process.env.HOME (for windows) (ingmr)
    • 2b2ebbc Fix uids mistakenly taken for an id (Jazz)
    • e52b063 wrapped fs.unlinkSync in try-catch-block (Felix Böhm)
    • 33dc125 added a helpful error message (Felix Böhm)
    • f69eb4d Updated flatiron dependency to 0.2.8 (Ian Babrou)
    • 4e7fa8f pid variable not use. (Thomas Tourlourat)
    • 5b7f30b don't remove log files (Felix Böhm)
    • a73eb5a remove pid- & logfiles on exit and stop (Felix Böhm)
    • 70a6acd [api] Accept --killTree from CLI (indexzero)
    • 777256f Update lib/forever.js (Bram Stein)