AJ ONeal
6593caa2d8
correct LICENSE format in package.json
2018-03-25 23:30:00 -06:00
AJ ONeal
38a7da0a6c
bug remove flagSet debug var
2018-03-25 23:24:58 -06:00
AJ ONeal
280bfd28ae
Update 'lib/node-type-emitter.js'
2018-03-26 05:24:03 +00:00
AJ ONeal
930ddb439b
honor NO_DESCEND flag
2018-03-25 22:30:43 -06:00
AJ ONeal
1e516c2a52
Merge branch 'master' of wannabesrevenge/fs-walk.js into master
2018-03-26 04:30:21 +00:00
wannabesrevenge
7d943ef1f2
Stop walk from descending into next directory
...
Added ability to stop the walk from descending into a given
directory.
You use this by calling in either the 'directory' or 'name' event
handler. This will prevent the directory from being traversed.
2018-03-25 22:00:58 -05:00
AJ ONeal
b4b38f7520
update urls
2018-03-25 20:15:58 -06:00
AJ ONeal
cccd13e0fc
version bump
2015-01-05 19:12:59 -07:00
AJ ONeal
0978e93679
typo fix
2015-01-05 19:12:42 -07:00
AJ ONeal
527cb82e9d
Merge branch 'master' of github.com:coolaj86/node-walk
2015-01-05 19:06:39 -07:00
AJ ONeal
a72cd5e478
fixes to fixes
2015-01-05 19:06:32 -07:00
AJ ONeal
55af3327a6
Update README.md
2015-01-05 18:36:02 -07:00
AJ ONeal
1042205948
Update README.md
2015-01-05 18:23:39 -07:00
AJ ONeal
24d237ae74
send stat error, not readdir error
2015-01-05 18:17:56 -07:00
AJ ONeal
767a684da1
bump version
2015-01-05 18:16:08 -07:00
AJ ONeal
0d6bda5385
fix #41 by reporting nodeError if first directory fails
2015-01-05 18:15:46 -07:00
AJ ONeal
01a28a0d2b
bump
2015-01-05 11:11:15 -07:00
AJ ONeal
06ccf5d52e
Merge pull request #43 from claflamme/directory-separator
...
Changed directory separators to use path.sep instead of '/'.
2015-01-05 11:09:55 -07:00
claflamme
1b9032c638
Changed directory separators to use path.sep instead of '/'.
2014-12-23 21:33:49 -05:00
AJ ONeal
53d7d4f345
Merge pull request #42 from stevenvachon/patch-1
...
Lighten production installs
2014-09-25 20:20:34 -07:00
Steven Vachon
2670ffd337
Lighten production installs
...
With a version bump. Please publish if/when changes approved.
2014-09-22 13:42:54 -04:00
AJ ONeal
cfca163597
fix #36
2014-07-17 01:17:57 -06:00
AJ ONeal
65f572556a
merged old patch to fix directory filtering
2014-05-20 17:21:14 -06:00
AJ ONeal
962f631b42
Merge pull request #34 from Sid3y1/master
...
Correction to filter dirrectory
2014-05-20 18:17:53 -05:00
AJ ONeal
a91f404fc7
forEachAsync ~2.2 -> foreachasync 3.x
2014-05-20 17:12:07 -06:00
Mathieu Chateau
1201577900
Update walk.js
2014-04-11 17:14:33 +02:00
Mathieu Chateau
6b72860050
Correction for directory exclusion
2014-04-11 17:13:18 +02:00
AJ ONeal
754f6bb9c4
allow providing a directory, mark as file or directory
2014-01-26 19:08:15 -07:00
AJ ONeal
908051c694
Merge pull request #29 from cainus/master
...
fix 'main' property in package.json to make this library require-able again.
2014-01-26 17:47:33 -08:00
Gregg Caines
9e461cd9a5
comment out some console.logs
2014-01-26 15:02:19 -08:00
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