aboutsummaryrefslogtreecommitdiff
path: root/lib/handleInput.js
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20ES6Nick Merwin1-14/+20
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2019-08-06handleInput callback include bodyv3.0.6Nick Merwin1-1/+1
* version bump
2019-03-15Style fix (#211)Mikael Mello1-2/+1
2015-01-29allow users to pass options through.Jacob Meacham1-3/+4
2014-01-26Add callback to handleInput() for easier use in other projectsPatrick Gansterer1-5/+10
Since handleInput works completely asynchronous it is necessary to provide a callback function for signaling finished operation. This allows other project to call the handleInput function.
2013-11-08Fix step 3: code cleanup + faster/nimbler use of Git to obtain data ↵Christophe Porteneuve1-3/+3
(rev-parse and cat-file instead of multiple log calls)
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines1-12/+17
2013-06-22improved testing.cainus1-1/+1
2013-06-08add some tests. version bump to 2.0.13.cainus1-6/+4
2013-06-02removed some stray console.logs remaining.cainus1-1/+0
2013-06-02refactored options parsing out.cainus1-17/+5
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus1-1/+1
working. version bump to 2.0.11.
2013-06-02use log-driver for logging levels.cainus1-6/+7
2013-06-02Fixes 7: be quiet by defaultArpad Borsos1-12/+10
2013-05-29fixed coverage reporting?cainus1-0/+2
2013-05-29refactored for better testability.cainus1-0/+43