Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / klaw / CHANGELOG.md
1 1.3.1 / 2016-10-25
2 ------------------
3 ### Added
4 - `graceful-fs` added as an `optionalDependencies`. Thanks [ryanzim]!
5
6 1.3.0 / 2016-06-09
7 ------------------
8 ### Added
9 - `filter` option to pre-filter and not walk directories.
10
11 1.2.0 / 2016-04-16
12 ------------------
13 - added support for custom `fs` implementation. Useful for https://github.com/tschaub/mock-fs
14
15 1.1.3 / 2015-12-23
16 ------------------
17 - bugfix: if `readdir` error, got hung up. See: https://github.com/jprichardson/node-klaw/issues/1
18
19 1.1.2 / 2015-11-12
20 ------------------
21 - assert that param `dir` is a `string`
22
23 1.1.1 / 2015-10-25
24 ------------------
25 - bug fix, options not being passed
26
27 1.1.0 / 2015-10-25
28 ------------------
29 - added `queueMethod` and `pathSorter` to `options` to affect searching strategy.
30
31 1.0.0 / 2015-10-25
32 ------------------
33 - removed unused `filter` param
34 - bugfix: always set `streamOptions` to `objectMode`
35 - simplified, converted from push mode (streams 1) to proper pull mode (streams 3)
36
37 0.1.0 / 2015-10-25
38 ------------------
39 - initial release
40
41 <!-- contributors -->
42 [ryanzim]: https://github.com/ryanzim