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 97a0cc8 commit b76f971Copy full SHA for b76f971
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### [0.2.8](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.7...0.2.8)
2
+
3
+#### Fixed
4
5
+- Escaped symbols (i.e. `"\\["`) in the inferred common root producing empty matches
6
7
+#### Changed
8
9
+- Improved the common root inference algorithm to optimize non-trailing `**` patterns
10
11
### [0.2.7](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.6...0.2.7)
12
13
#### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
- "version": "0.2.7",
+ "version": "0.2.8",
"description": "A fast and minimal alternative to globby and fast-glob",
"scripts": {
"build": "tsup",
0 commit comments