UNPKG

1.09 kBMarkdownView Raw
1## 13 September
2
3### 3.1.1
4
5- [deps] Update dependencies, use `@artdeco/clean-stack`.
6
7## 4 September 2018
8
9### 3.1.0
10
11- [feature] The `collect` method to quickly capture data from a stream.
12- [feature] Update error stacks to either clean them from Node's internals, or add lines where _Catchment_ or `collect` were called.
13
14## 1 September 2018
15
16### 3.0.1
17
18- [doc] Place `Options` type in `types.xml`; more JSDoc; structure docs better.
19- [build] Build with [`alamode`](https://alamode.cc)
20
21## 21 July 2018
22
23### 3.0.0
24
25- [package] Move to `Art Deco`, bring structure up-to-date.
26- [ecma] Use `import` and `export` syntax.
27- [feature] Reject the promise if piped `rs` emits an error.
28
29## 2 January 2018
30
31### 2.0.1
32
33- [bugfix] publish `es5/src/index.js`
34
35### 2.0.0
36
37- [feature] pass `rs` property to pipe a `Readable` stream automatically.
38- [feature] pass `binary` property to resolve with a `Buffer`.
39- [feature] (breaking) update to `EcmaScript 8`, provide `es5`.
40
41## 18 April 2017
42
43### 1.0.0
44
45- Initial release: collect string data and access it on `finish` event via the `promise` property.