forever v0.7.5 Release Notes

Release Date: 2011-12-02 // over 12 years ago
    • 76b4d96 [dist] Version bump. 0.7.5 (indexzero)
    • d6c7590 [minor] Always try to parse the response before calling next() (indexzero)
    • dcbfc70 [dist] Various small esoteric changes. Fixes #179 (indexzero)
    • 061d14f [fix doc] Fix README to match flatiron refactor (Maciej Małecki)
    • 517d31b [fix] Make option aliases work again (Maciej Małecki)
    • 63d91b2 [fix] Fix for pass-through parameters ([email protected]) (Maciej Małecki)
    • e7e8fdf prevent leading dashes in autogenerated log/pid filenames (Brian Mount)
    • 76bea57 [fix] Fix requires in foreverd (Maciej Małecki)
    • 7cdca07 [fix] Make it compatible with [email protected] ([email protected]) (Maciej Małecki)
    • 791c123 [dist] Locked in nconf to v0.4.x. Bumped to v0.7.4. Should close #172 (Marak Squires)
    • 4ae63d0 [merge] A few random missed conflicts from git cherry-pick on 22 commits. oops. (indexzero)
    • 60a576a [test fix] Since forever.kill is async, use async.forEach. Update test/cli-test.js to rimraf ~/.forever temporarily (indexzero)
    • 1a04002 [fix] Make --help work (Maciej Małecki)
    • 58c251f [fix] Make column operations work (Maciej Małecki)
    • b9c5f18 [refactor minor] Code formatting, unused variable (Maciej Małecki)
    • feade6c [test] Basic CLI tests with some helpers (Maciej Małecki)
    • d6b6c58 [fix] Reset system store before reparsing argv (Maciej Małecki)
    • 736fecb [test] Clean up after tests are done (Maciej Małecki)
    • 6b1a08d [test] Add test for option parsing (Maciej Małecki)
    • a52ee8a [refactor] Make forever app.js work (Maciej Małecki)
    • 93359eb [refactor doc] Document cli.startDaemon and cli.cleanLogs (Maciej Małecki)
    • 93482cb [refactor minor] Remove unused tty require (Maciej Małecki)
    • 4d3958e [refactor] Better option parsing (Maciej Małecki)
    • dde31b7 [refactor bin] Remove options parsing from bin (Maciej Małecki)
    • d793874 [api] Remove redudant forever options (Maciej Małecki)
    • c9ab4f0 [dist] Add flatiron dependency (Maciej Małecki)
    • 8abe38d [refactor] Implement pass-through options for child (Maciej Małecki)
    • b30316e [refactor] Use utile.randomString (Maciej Małecki)
    • dbf46c3 [refactor fix] Pass options to forever.start (Maciej Małecki)
    • 3d262df [refactor] Add help command (Maciej Małecki)
    • 1da249c [fix] Fix cli.start regex to match .* instead of .+ (Maciej Małecki)
    • 89969ef [refactor] First pass on flatiron refactor (Maciej Małecki)
    • 8b05686 [dist] Depend on utile (Maciej Małecki)
    • 71cf0de [test fix] Kill child in forever-test.js (Maciej Małecki)