-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## it-glob [3.0.0](it-glob-2.0.7...it-glob-3.0.0) (2024-04-25) ### ⚠ BREAKING CHANGES * The options type used to extend `minimatch`'s options, now it's `fast-glob`'s options - some field names are different. Windows paths will also be yielded with forward slashes and not backslashes. ### Features * replace minimatch with fast-glob ([#126](#126)) ([bea32ab](bea32ab)) ### Trivial Changes * update changelogs to new format ([33e243d](33e243d))
- Loading branch information
1 parent
bea32ab
commit 837e99e
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "it-glob", | ||
"version": "2.0.7", | ||
"version": "3.0.0", | ||
"description": "Async iterable filename pattern matcher", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|