forever v0.12.0 Release Notes

Release Date: 2014-10-30 // over 9 years ago
    • b01eabb [dist] Version bump. 0.12.0 (indexzero)
    • 9b6c8f7 [dist] Assign things to the author and the contributors. (indexzero)
    • af8d228 fixes EACCESS error with .sock (UNIX domain sockets) on Windows. Uses named pipes instead. (Miroslav Mocek)
    • eecf6a2 improved error handling (Kevin "Schmidty" Smith)
    • 6707a40 improved error handling (Kevin "Schmidty" Smith)
    • a2320aa [minor] Do not check for a variable twice. (indexzero)
    • 283f210 [refactor] Update to [email protected] and do not use the deprecated .options option. You can see why it is deprecated. (indexzero)
    • 73359e8 [doc] Make note that the new root is actually NOT the default since it looks like it could be. (indexzero)
    • a74e87c [fix] inherits configuration from parent process when using startDaemon method. - make variable names camelCasing (Tjatse)
    • 1f9b7f7 Test case of startDaemon() method - configuration inheritance issue. (Tjatse)
    • 1102d11 [fix] inherits configuration from parent process when using startDaemon method. (Tjatse)
    • 487fc54 An 'error' on stopall is not actually an error (Ryan Angilly)
    • 250a4f8 [fix doc] More documentation around forever.startServer. Fixes #566. (indexzero)
    • dfed754 [fix] Set forever.root and forever.config.get(root) for symmetry. (indexzero)
    • 9eeeeb1 [fix doc] Update documentation. Fixes #594. (indexzero)
    • 35f477f [fix] Update documentation for forever.list. Fixes #598. (indexzero)
    • c21f55d [doc fix] Document FOREVER_ROOT environment variable. Properly respect -p. Fixes #548. Fixes #541. Fixes #568. (indexzero)
    • 0f227e5 [dist] Remove foreverd from scripts. Fixes #581. (indexzero)
    • 5fb6329 [dist breaking api] Remove forever.service. Fixes #372. (indexzero)
    • 938bf33 [fix] Properly boolean-ize --killTree. Fixes #579. (indexzero)
    • 45f321c [fix] Actually support the documented --uid or -u CLI option. Fixes #424. (indexzero)
    • 3a40761 Added uid information to help usage as per README (brianmarco)
    • fefce03 fixed wrong usage for option fifo (lulurun)
    • a216e76 checks proc.running and writes STOPPED instead of uptime if stopped (smoodiver)
    • 55141c8 Adds id parameter as outlined in https://github.com/nodejitsu/forever/issues/461. (Jackson Gariety)
    • 99ee565 [dist] Bump to [email protected] (indexzero)
    • 99cddb5 [dist] Added .jshintrc (indexzero)
    • 16b1013 use SVG to display Travis CI build testing status (Mithgol)
    • b4a8135 fixing a small typo in the 'e.g.' portion of request, whoops. (Andrew Martin)
    • a248968 updating docs with the uid flag (Andrew Martin)
    • f730407 [dist] v0.11.1 (Julian Duque)
    • 23a217c Fix remark from @julianduque (Ignat Kolesnichenko)
    • 7b20f0f Slightly better English for the 'restarting' messages (Dan Dascalescu)
    • af83c0e Allow to get logFile and pidFile from config (Ignat Kolesnichenko)
    • 2cb60e8 Update cli.js (Kevin Hill)