8.0.2 (2024-04-08)
- Avoid blowing the call stack when processing many files (#133) (bb21c9d)
- Avoid following circular symlinks (#126) (cf8b197)
- Only traverse directories that can match the glob base (#131) (8e74e21)
8.0.1 (2024-03-25)
- Avoid pushing additional paths to queue when error occurs (#124) (8eaab85)
- Traverse symlink folders (#122) (d49d9bd)
8.0.0 (2023-04-23)
- Switch to streamx (#119)
- Combine GlobStream & GlobReadable into unified API
- Replace glob with anymatch & custom directory walk (#118)
- Drop support for ordered globs (#115)
- Combine GlobStream & GlobReadable into unified API (6aad264)
- Replace glob with anymatch & custom directory walk (#118) (6aad264)
- Switch to streamx (#119) (8d6b35c)
- Normalize cwd on windows (8d6b35c)
- Properly handle glob-like characters in paths (#117) (872a957)
- Resolve cwd to support relative cwd paths (8d6b35c)
7.0.0 (2021-10-31)
- Normalize repository, dropping node <10.13 support (#101)