We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0049e9a commit af4207bCopy full SHA for af4207b
changelog.md
@@ -1,6 +1,18 @@
1
## 8.0
2
3
- Only support node v12 and higher
4
+- `\` is now **only** used as an escape character, and never as a
5
+ path separator in glob patterns, so that Windows users have a
6
+ way to match against filenames containing literal glob pattern
7
+ characters.
8
+- Glob pattern paths **must** use forward-slashes as path
9
+ separators, since `\` is an escape character to match literal
10
+ glob pattern characters.
11
+- (8.0.2) `cwd` and `root` will always be automatically coerced
12
+ to use `/` as path separators on Windows, as they cannot
13
+ contain glob patterns anyway, and are often supplied by
14
+ `path.resolve()` and other methods that will use `\` path
15
+ separators by default.
16
17
## 7.2
18
0 commit comments