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

Changelog History
Page 3

  • v0.12.0 Changes

    October 30, 2014
    • 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)
  • v0.11.0 Changes

    April 10, 2014
    • 09d8403 [dist] Version bump. 0.11.0 (Jarrett Cruger)
    • 5e15626 FIX: added FOREVER_ROOT variable (srossross)
    • 3cbabf4 "forever start" hangs with node 0.11.9 (jeromew)
    • 7ff651b Delete CHANGELOG.md (Alexey Simonenko)
    • 786271f [dist] v0.10.11 (Julian Duque)
    • 7f4e4e9 [dist] Bump dependencies (Julian Duque)
    • 4822fec [fix] Trying to avoid the non-determinism in tests (Julian Duque)
    • 2e75aa1 [fix] Add --killSignal to help (Julian Duque)
    • b2b49d1 [minor] Change order of option in help (Julian Duque)
    • b0ec661 [dist] v0.10.10 (Julian Duque)
    • bc48ca6 [fix] Make vows happy (Julian Duque)
    • 2df789d Updated timespan to 2.1.0 (Gabriel Petrovay)
    • 70ab37e Add --watchIgnore and colors (Patrick Hogan)
    • a7d419c Update README.md (Jure)
    • 2ba3158 Fixed watchIgnorePatterns assignment (kbackowski)
    • acf59a7 Proper Revert "[fix] Make -v|--version work. Fixes #303." (Maurycy Damian Wasilewski)
  • v0.10.9 Changes

    October 15, 2013
  • v0.10.8 Changes

    May 10, 2013
    • a4289d1 [dist] Bump version to 0.10.8 (Maciej Małecki)
    • 8afad64 [ui dist] Output info about process being killed by signal (Maciej Małecki)
  • v0.10.7 Changes

    April 27, 2013
    • 22a3923 [dist] Version bump. 0.10.7 (indexzero)
    • 6440b4e [fix] remove duplicate option (Julian Duque)
  • v0.10.6 Changes

    April 21, 2013
    • e8c48d4 [dist] Version bump. 0.10.6 (indexzero)
  • v0.10.5 Changes

    April 21, 2013
    • 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)
  • v0.10.1 Changes

    July 08, 2012
    • 4ed446f [dist] Version bump. 0.10.1 (indexzero)
    • df802d0 [dist] Bump forever-monitor version (indexzero)
  • v0.10.0 Changes

    July 08, 2012
    • c8afac3 [dist] Version bump. 0.10.0 (indexzero)
    • c2baf66 [minor] Prefer no spaces when declaring Array instances (indexzero)
    • 9823d13 [fix] Ensure pidFile is written to disk (and updated on restart) by bin/monitor (indexzero)
    • 1dfe0d0 [dist] Update dependencies to hard versions (indexzero)
    • 6921e6c [refactor minor] Final integrations for [email protected] (indexzero)
    • f27cdaa [doc] Remove documenetation specific to forever-monitor (indexzero)
    • d9e5faa [fix] Remove require for unused ps-tree (indexzero)
    • 14e5bda [dist] Only support [email protected] (indexzero)
    • 91bda36 [refactor] Examples are now in forever-monitor (indexzero)
    • c1f1e6f [dist] Remove outdated docco docs (indexzero)
    • b5ce548 [refactor] Finish refactor of core Monitor functionality into forever-monitor (indexzero)
    • 5225d68 [refactor] Moved test/core/check-process-test.js into forever-monitor (indexzero)
    • b46c4c0 [refactor] Remove all code in forever-monitor (indexzero)
    • a5343df [fix] Use process.execPath for spawning. (Charlie McConnell)
    • 4ed1beb [fix] Use process.execPath instead of a hashbang. (Charlie McConnell)
    • 4f72f8c [fix] Fix bad require path. (Charlie McConnell)
    • 665e1ec [test] Temporary: prevent test failure from deprecation warning in core. (Charlie McConnell)
    • 1e8d7ca [refactor] Remove unused fork-shim (Charlie McConnell)
    • a1e8f21 [test] Only test on node 0.8.x (Charlie McConnell)
    • b7c303a [refactor] Implement silent fork via spawn stdio options. (Charlie McConnell)
    • 4fed919 [refactor] Refactor to remove daemon.node (Charlie McConnell)
    • 485a18b [dist] Remove microtime dependency (Charlie McConnell)
    • 45a7e51 [dist] Remove node-fork dependency (Maciej Małecki)
    • ba6b76d [test] Remove test for forkShim option (Maciej Małecki)
    • 16d1419 [refactor api] Start using native fork (Maciej Małecki)
    • d000278 [docs] Add Travis CI badge to README. (Charlie McConnell)
    • 2e2d18a [test] Add .travis.yml for Travis CI. (Charlie McConnell)
  • v0.9.2 Changes

    June 11, 2012
    • 02abd44 [dist] Version bump v0.9.2 (Charlie McConnell)
    • 95d3e1a [minor] Remove unused argument. (Charlie McConnell)
    • 44490e6 [test fix] Add missing .foreverignore test fixture. (Charlie McConnell)
    • 4245e54 [fix] Update startOrRestart to fix bugs. (Christian Howe)
    • 592a1eb Added watchDirectory to the list of options in README (to fulfill #271) (Fedot Praslov)
    • cf5e5be [dist] Use daemon.node v0.5.x (Charlie McConnell)
    • 13ef52f [dist] Fix maintainers field (Christian Howe)