Releases: silverwind/rrdir
Releases · silverwind/rrdir
14.2.9
- 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
- Node.js 22 is now required
- picomatch dependency is locked
13.0.0
upgraded picomatch to v4 which may include include and exclude matching behaviour changes.
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
diris aBuffer,entry.pathwill be one too.
8.0.0
- renamed
rrdir.streamtorrdir - renamed
rrdirtorrdir.async
7.0.0
- The
followSymlinksoption now actually works and defaults tofalse.