8000 Release 3.2.11 · mrmlnc/fast-glob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3.2.11

Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 14 Jan 19:37
· 174 commits to master since this release

Full Changelog: 3.2.10...3.2.11

🐛 Bug fixes

Yeap, this is another release aimed at fixing problems with detecting brace expansions in patterns. This time, patterns like abc/{a.txt,b.js} was not marked as a dynamic pattern. So, now the regex has been rewritten to a generalized solution as a function to avoid future problems due to the complexity of the regular expression.

Thanks @MurzNN for the report of this problem (#351).

0