Releases: silverwind/rrdir
Releases · silverwind/rrdir
13.0.0
12.0.0
11.0.0
Node 16 is now required.
10.0.0
Removed the picomatch
dependency and the match
option. Only *
-based wildcard patterns are now supported inside include
and exclude
options.
9.0.0
- Module is now pure ESM
- Change exports to named ones.
8.1.0
- Added buffer mode: When
dir
is aBuffer
,entry.path
will be one too.
8.0.0
- renamed
rrdir.stream
torrdir
- renamed
rrdir
torrdir.async
7.0.0
- The
followSymlinks
option now actually works and defaults tofalse
.
6.0.0
- Don't omit any directories when
include
is specified. - Removed the
encoding
option.