Skip to content

Releases: silverwind/rrdir

13.0.0

05 Mar 01:58
13.0.0
371ba2a
Compare
Choose a tag to compare

upgraded picomatch to v4 which may include include and exclude matching behaviour changes.

12.0.0

20 Aug 12:32
12.0.0
f6b9800
Compare
Choose a tag to compare
  • Glob matching now uses picomatch so may have changed in behaviour
  • Node 18 is now required

11.0.0

18 Apr 18:18
11.0.0
6699914
Compare
Choose a tag to compare

Node 16 is now required.

10.0.0

23 Sep 12:09
10.0.0
337541b
Compare
Choose a tag to compare

Removed the picomatch dependency and the match option. Only *-based wildcard patterns are now supported inside include and exclude options.

9.0.0

16 Sep 15:48
9.0.0
ec42f31
Compare
Choose a tag to compare
  • Module is now pure ESM
  • Change exports to named ones.

8.1.0

11 May 11:18
8.1.0
8cb5c97
Compare
Choose a tag to compare
  • Added buffer mode: When dir is a Buffer, entry.path will be one too.

8.0.0

28 Mar 22:23
8.0.0
f59797d
Compare
Choose a tag to compare
  • renamed rrdir.stream to rrdir
  • renamed rrdir to rrdir.async

7.0.0

16 Mar 18:42
7.0.0
25a0b2c
Compare
Choose a tag to compare
  • The followSymlinks option now actually works and defaults to false.

6.0.0

14 Mar 14:00
6.0.0
5efa184
Compare
Choose a tag to compare
  • Don't omit any directories when include is specified.
  • Removed the encoding option.