v1.0.0
1.0.0 (2026-01-26)
Major 1.0 Release ⚠️
This project now requires Node.JS >= 22.17.0 so that we can use the new native fs.glob and dropping tinyglobby. With this major change, it is decreasing the lib size from 13.1kB to 1.05kB 📦
If you can't update your Node.JS just yet, then just stick with remove-glob: ^0.4.10 since that was the only change in this new major version.
⚠ BREAKING CHANGES
- drop
tinyglobbyand use nativefs.glob
Features
- drop
tinyglobbyand use nativefs.glob(60e5228)