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 297b6c1 commit 8aa00d7Copy full SHA for 8aa00d7
changelog.md
@@ -1,5 +1,14 @@
1
# change log
2
3
+## 7.0
4
+
5
+- Preprocess patterns to simplify complicated patterns and reduce
6
+ out `..` pattern portions where possible. Note that this means
7
+ a pattern like `a/b/../*` will be equivalent to `a/*`, and will
8
+ _not_ match the string `a/b/../c`. If this causes problems, it
9
+ can be addressed in a patch release by resolving `..` portions
10
+ in the test string.
11
12
## 6.1
13
14
- Handle UNC paths on Windows
0 commit comments