Commit Graph

63 Commits

Author SHA1 Message Date
Gregg Caines e79860e672 add .gitignore. fix "main" script location. add `npm test`. 2014-01-26 14:56:04 -08:00
AJ ONeal 98b8f21ba9 Update README.md 2013-09-02 18:25:49 -05:00
AJ ONeal 5a5e0397d7 Update README.md 2013-09-02 17:38:53 -05:00
AJ ONeal 9102a54184 version bump 2013-07-05 16:42:26 -07:00
AJ ONeal 60ddf2a503 made filter to work by regex (untested) 2013-07-05 16:41:46 -07:00
AJ ONeal 7d10ccfb6f added note on synchronous behaviour 2013-06-22 23:21:30 -07:00
AJ ONeal 3a5d395587 require up a bit 2013-06-22 23:19:24 -07:00
AJ ONeal ab6527a4c4 version bump 2013-06-22 23:17:18 -07:00
AJ ONeal 4dbe318a1c Merge branch 'master' of git://github.com/ralphtheninja/node-walk into ralphtheninja-master 2013-06-22 23:16:37 -07:00
AJ ONeal 817e7dea56 removed debug log 2013-06-22 23:11:51 -07:00
AJ ONeal 8d1fda4cbc merged 2013-06-22 23:09:08 -07:00
AJ ONeal 16f44f25fe refactored 2013-06-22 22:58:50 -07:00
AJ ONeal dad2e70092 make a more synchronous version possible 2013-06-22 22:58:07 -07:00
AJ ONeal ec07897228 added followLinks option for realz 2013-06-22 22:56:13 -07:00
Lars-Magnus Skog 484489abf3 move package.json to root folder
npm warns about missing README and missing repository field
in package.json
2013-06-20 17:34:58 +02:00
AJ ONeal 49e9260caa Merge pull request #18 from ZECTBynmo/master
File path filters
2013-04-23 13:39:42 -07:00
ZECTBynmo 863a196262 Code cleanup 2013-04-20 16:31:36 -04:00
ZECTBynmo 85e84a0a3f Change option name to 'filters' and implimented filtering for synchronous walking 2013-04-20 16:29:37 -04:00
ZECTBynmo 6c4e267bd1 better wording 2013-04-18 23:13:36 -04:00
ZECTBynmo 14063d8fc3 Fix typo in README 2013-04-18 23:12:58 -04:00
ZECTBynmo 142c66c411 Update readme for new async filter option 2013-04-18 23:12:05 -04:00
ZECTBynmo 09ba753b80 Add path filters to options 2013-04-18 23:03:35 -04:00
AJ ONeal 42cdccff35 Merge pull request #16 from davidmurdoch/patch-1
Fix typo in README.MD
2013-03-05 22:30:44 -08:00
David Murdoch a58ea0d682 Fix typo in README.MD 2013-03-05 16:58:24 -05:00
AJ ONeal a26de5a66c version bump 2012-06-06 13:34:25 -06:00
AJ ONeal ca3c95b022 back to async by default, typo fix on fi[r]strun 2012-06-06 13:32:26 -06:00
AJ ONeal 8005996062 version bump 2012-06-06 13:25:08 -06:00
AJ ONeal b7454f32c4 updated to prototype 2012-06-06 13:19:44 -06:00
AJ ONeal 63051eb24f added licenses to package.json 2012-05-08 10:22:36 -06:00
AJ ONeal 0164f2b749 added LICENSE for all my friends 2012-05-08 09:57:33 -06:00
AJ ONeal 042cc6d3d6 whitespace and block cleanup 2012-01-15 20:47:08 -07:00
AJ ONeal 5ea101960e bumped version 2012-01-15 19:21:52 -07:00
AJ ONeal f1c2c4d5e1 [ISSUE #6] initial 'path' may, in fact, be a file 2012-01-15 19:21:11 -07:00
AJ ONeal 2dd4eee860 [ISSUE #5] Array.prototype.forEachAsync -> forEachAsync 2011-11-01 16:02:58 -06:00
AJ ONeal 1ea316fcbc updated to use Array.prototype.forEach rather than futures/forEachAsync 2011-07-28 07:57:02 -06:00
AJ ONeal cf60919339 moved old stuff out of the way; bumped version 2011-05-03 16:44:41 -06:00
AJ ONeal 8d4dc9804a added synchronous version 2011-05-02 21:11:03 -06:00
AJ ONeal 6b66729f5d fixed errors in example 2011-02-12 13:42:06 -08:00
AJ ONeal 69d37ac924 Merge branch 'master' of github.com:coolaj86/node-walk 2011-02-04 00:56:44 -07:00
AJ ONeal 4a32ae2060 fixed missing error 'next' callback 2011-02-04 00:56:30 -07:00
AJ ONeal 8df1d51fc8 2011-02-03 23:35:56 -08:00
AJ ONeal 0d5fcfd917 corrected futures version 2011-02-04 00:29:09 -07:00
AJ ONeal f0f1d935ea added futures dependency for 'forEachAsync' 2011-02-04 00:26:34 -07:00
AJ ONeal 364d4b552c typo fix 2011-02-04 00:16:29 -07:00
AJ ONeal 35284be148 api / doc matching 2011-02-04 00:14:19 -07:00
AJ ONeal e4ef96ad36 Merge branch 'master' of github.com:coolaj86/node-walk into pathArray 2011-02-04 00:01:29 -07:00
AJ ONeal c1d25bf637 fixed callback error 2011-02-03 23:57:11 -07:00
AJ ONeal 4df55b7ced tested several variations 2011-02-03 23:31:25 -07:00
AJ ONeal fa29c9140c removed unused function 2011-02-03 15:08:44 -07:00
AJ ONeal a834a070af added EventEmitter to Jorge's Queued example 2011-02-03 15:05:25 -07:00