UNPKG

1.39 kBMarkdownView Raw
1## 2 January 2018
2
3### 1.4.0
4
5* [feature] `read` now accepts options, with `binary` property to read as a
6`Buffer`.
7
8## 1 January 2018
9
10### 1.3.0
11
12* [feature] `writeJSON`, `readJSON`
13
14## 30 December 2017
15
16## 1.2.0
17
18* [feature] `exists`, `assertExists`, `assertDoesNotExist`
19
20## 29 December 2017
21
22### 1.1.0
23
24* [feature] `clone` with regular expressions transforms
25* [feature] update `makePromise`
26
27## 1.0.0 (28 Dec 2017)
28
29* [feature] `breaking`
30
31> The package now exports an object with functions, and `wrote` function to
32> create an open writable stream is renamed to `createWritable`.
33
34## 0.7.1 (28 Dec 2017)
35
36* [chore] update code to es2017
37
38## 0.7.0 (27 Dec 2017)
39
40* [feature] write es8, compile to es5
41* [feature] `readDirStructure` to return object representing a directory.
42
43## 0.6.1 (29 Aug 2017)
44
45* [bufgix] install `catchment` as dependency for `read`.
46
47## 0.6.0 (11 June 2017)
48
49* [feature] `write.readDir`: read directory as an object (possibly recursively)
50
51## 0.5.0 (2 Jun 2017)
52
53* [feature] `write.read`: read whole file
54
55## 0.4.0 (28 May 2017)
56
57* [feature] `write.ensurePath`: make sure all directories in the path exist
58
59## 0.3.0 (28 May 2017)
60
61* [feature] `wrote.write`: write to the stream and return a promise resolved when the stream
62finishes.
63
64## 0.2.0 (20 May 2017)
65
66* [feature] `wrote.erase`: remove file and close write stream
67
68## 0.1.0 (20 May 2017)
69
70Initial release