Skip to content

v1.0.0

Choose a tag to compare

@ghiscoding ghiscoding released this 26 Jan 22:35
· 83 commits to main since this release

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 tinyglobby and use native fs.glob

Features

  • drop tinyglobby and use native fs.glob (60e5228)