UNPKG

1.14 kBMarkdownView Raw
1# Changelog
2
3## 0.5.1
4
5- Allow second argument to be callback.
6- Adding basic integration test for command line code.
7- Various comments and code cleanup.
8
9## 0.5.0
10
11- Node v6.0.0.
12- Switched to [http://standardjs.com/](http://standardjs.com/) for
13 code style and linting.
14- Switched to [tape](https://www.npmjs.com/package/tape) for tests.
15- Code refactoring and cleanup.
16
17## 0.4.1
18
19- Removed dependency on lodash.
20- Simplified testing and linting to npm scripts (i.e. no longer using
21 Gulp).
22
23## 0.4.0
24
25- Updated package dependencies.
26- Switched from JSHint to ESLint.
27- Introduced promise support.
28
29## 0.3.1
30
31- Minor refactoring of command line code.
32- Updated async dependency.
33
34## 0.3.0
35
36- Switched to ES6 code style.
37- Updated package dependencies.
38
39## 0.2.3
40
41- Added error handling when trying to stream directory.
42
43## 0.2.2
44
45- Applied JSCS and JSHint through Gulp.
46
47## 0.2.1
48
49- Removed dependency on shelljs for string results.
50
51## 0.2.0
52
53- Added support to return readable streams instead of string.
54- CLI now uses streams to write output.
55- Fixed missing feature to forward glob options.
56
57## 0.1.6
58
59- Updated package dependencies.