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 a3589ba commit fcfb08aCopy full SHA for fcfb08a
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### [0.2.12](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.11...0.2.12)
2
+
3
+#### Fixed
4
5
+- Using `..` inside ignore patterns could sometimes make the optimizer ignore parent directories
6
7
+#### Changed
8
9
+- The `debug` option now logs skipped directories
10
11
### [0.2.11](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.10...0.2.11)
12
13
I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev
package.json
@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
- "version": "0.2.11",
+ "version": "0.2.12",
"description": "A fast and minimal alternative to globby and fast-glob",
"scripts": {
"build": "tsup",
0 commit comments