UNPKG

2.06 kBMarkdownView Raw
1# Changelog
2
3## 1.0.5
4
5- Updated build setup.
6
7## 1.0.4
8
9- Updated package dependencies.
10
11## 1.0.3
12
13- Updated package dependencies.
14
15## 1.0.1
16
17- Updated package dependencies.
18- Code fixes in tests to ensure they run under Windows.
19
20## 1.0.0
21
22- Updated package dependencies.
23- Adapted to work with breaking changes in [command-line-args][cla] v3.0.0
24 and the release of [command-line-usage][clu].
25- Improved test code coverage using [istanbul][istanbul] and removed unused
26 code.
27- Added [Travis CI build][travis].
28- Removed `dist` folder from source control.
29
30## 0.7.0
31
32- Making it work in Node.js pre-v6.0.0 using babel to build code.
33
34## 0.6.0
35
36- Fix missing folder in package.json.
37
38## 0.5.1
39
40- Allow second argument to be callback.
41- Adding basic integration test for command line code.
42- Various comments and code cleanup.
43
44## 0.5.0
45
46- Node v6.0.0.
47- Switched to [http://standardjs.com/][standard] for
48 code style and linting.
49- Switched to [tape][tape] for tests.
50- Code refactoring and cleanup.
51
52## 0.4.1
53
54- Removed dependency on lodash.
55- Simplified testing and linting to npm scripts (i.e. no longer using
56 Gulp).
57
58## 0.4.0
59
60- Updated package dependencies.
61- Switched from JSHint to ESLint.
62- Introduced promise support.
63
64## 0.3.1
65
66- Minor refactoring of command line code.
67- Updated async dependency.
68
69## 0.3.0
70
71- Switched to ES6 code style.
72- Updated package dependencies.
73
74## 0.2.3
75
76- Added error handling when trying to stream directory.
77
78## 0.2.2
79
80- Applied JSCS and JSHint through Gulp.
81
82## 0.2.1
83
84- Removed dependency on shelljs for string results.
85
86## 0.2.0
87
88- Added support to return readable streams instead of string.
89- CLI now uses streams to write output.
90- Fixed missing feature to forward glob options.
91
92## 0.1.6
93
94- Updated package dependencies.
95
96[istanbul]: https://www.npmjs.com/package/istanbul
97[standard]: http://standardjs.com/
98[tape]: https://www.npmjs.com/package/tape
99[cla]: https://www.npmjs.com/package/command-line-args
100[clu]: https://www.npmjs.com/package/command-line-usage
101[travis]: https://travis-ci.org/smonn/globcat