You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+88-9
Original file line number
Diff line number
Diff line change
@@ -2,58 +2,124 @@
2
2
3
3
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
-
6
5
## [Unreleased]
7
6
8
7
Breaking changes:
9
8
10
9
New features:
11
10
11
+
- Add functions to `Node.FS.Async`
12
+
13
+
- readdir'
14
+
- readdirBuffer
15
+
- readdirBuffer'
16
+
- readdirDirent
17
+
- readdirDirent'
18
+
- readdirDirentBuffer
19
+
- readdirDirentBuffer'
20
+
- cp
21
+
- cp'
22
+
- fchmod
23
+
- fchown
24
+
- fdatasync
25
+
- fstat
26
+
- fsync
27
+
- ftruncate
28
+
- futimes
29
+
- glob
30
+
- glob'
31
+
- globDirent
32
+
- globDirent'
33
+
- lchmod
34
+
- lchown
35
+
- lutimes
36
+
- opendir
37
+
- opendir'
38
+
- readv
39
+
- statfs
40
+
- writev
41
+
42
+
- Add functions to `Node.FS.Aff`
43
+
44
+
- cp
45
+
- cp'
46
+
- fchmod
47
+
- fchown
48
+
- fdatasync
49
+
- fstat
50
+
- fsync
51
+
- ftruncate
52
+
- futimes
53
+
- glob
54
+
- glob'
55
+
- globDirent
56
+
- globDirent'
57
+
- lchmod
58
+
- lchown
59
+
- lutimes
60
+
- opendir
61
+
- opendir'
62
+
- readv
63
+
- statfs
64
+
- writev
65
+
66
+
- Add modules `Dir`, `Dir.Aff`, `Dirent`
67
+
68
+
- Fix tests - it was creating lot of `./test/fixturesASDFSDF` directories, now - create in `tmp` like `./tmp/test/fixturesASDFSDF`
0 commit comments