From 9ae5d4938cacaab066c7d8a117aadc4ad8439019 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 29 Nov 2022 12:31:14 -0800 Subject: [PATCH] add changelog fix: https://github.com/isaacs/minimatch/issues/182 --- changelog.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..9de334df --- /dev/null +++ b/changelog.md @@ -0,0 +1,31 @@ +# change log + +## 5.1 + +- use windowsPathNoEscape/allowWindowsEscape opts + +## 5.0 + +- brace-expansion: ignore only blocks that begins with $ +- Expect exclusively forward slash as path sep, same as node-glob + +## 4.2 + +- makeRe: globstar should match zero+ path portions +- Fix bug with escaped '@' in patterns + +## 4.1 + +- treat `nocase:true` as always having magic +- expose GLOBSTAR marker + +## 4.0 + +- Update to modern JS syntax +- Add `allowWindowsEscape` option + +## 3.x + +- Added basic redos protection +- Handle unfinished `!(` extglob patterns +- Add `partial: true` option