Security update for permissions_by_term
[yaffs-website] / node_modules / fd-slicer / CHANGELOG.md
1 ### 1.0.1
2
3  * use `setImmediate` instead of `nextTick`
4
5 ### 1.0.0
6
7  * `new FdSlicer(fd, options)` must now be `fdSlicer.createFromFd(fd, options)`
8  * fix behavior when `end` is 0.
9  * fix `createWriteStream` when using `createFromBuffer`
10
11 ### 0.4.0
12
13  * add ability to create an FdSlicer instance from a Buffer
14
15 ### 0.3.2
16
17  * fix write stream and read stream destroy behavior
18
19 ### 0.3.1
20
21  * write stream: fix end option behavior
22
23 ### 0.3.0
24
25  * write stream emits 'progress' events
26  * write stream supports 'end' option which causes the stream to emit an error
27    if a maximum size is exceeded
28  * improve documentation
29
30 ### 0.2.1
31
32  * Update pend dependency to latest bugfix version.
33
34 ### 0.2.0
35
36  * Add read and write functions
37
38 ### 0.1.0
39
40  * Add `autoClose` option and `ref()` and `unref()`.
41
42 ### 0.0.2
43
44  * Add API documentation
45  * read stream: create buffer at last possible moment
46
47 ### 0.0.1
48
49  * Initial release