UNPKG

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