Skip to content

Releases: silverwind/rrdir

14.2.9

20 Apr 22:41
14.2.9
4cdae5b

Choose a tag to compare

  • update deps, fix lint (silverwind)
  • gitignore: add pnpm entries (silverwind)
  • add bun to engines (silverwind)
  • bump versions to 15.0.0, drop git push from release targets (silverwind)
  • add jest-extended devDep (silverwind)
  • update deps (silverwind)
  • build: update versions to 14.3.1, add -R flag (silverwind)
  • Remove heading from AGENTS.md (silverwind)

14.0.0

17 Sep 03:53
14.0.0
14c49c2

Choose a tag to compare

  • Node.js 22 is now required
  • picomatch dependency is locked

13.0.0

05 Mar 01:58
13.0.0
371ba2a

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

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

Choose a tag to compare

Node 16 is now required.

10.0.0

23 Sep 12:09
10.0.0
337541b

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

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

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

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

Choose a tag to compare

  • The followSymlinks option now actually works and defaults to false.