| OLD | NEW |
| 1 ## 1.1.1 |
| 2 |
| 3 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. |
| 4 |
| 1 ## 1.1.0 | 5 ## 1.1.0 |
| 2 | 6 |
| 3 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether | 7 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether |
| 4 the glob is case-sensitive. This defaults to `false` on Windows and `true` | 8 the glob is case-sensitive. This defaults to `false` on Windows and `true` |
| 5 elsewhere. | 9 elsewhere. |
| 6 | 10 |
| 7 Matching case-insensitively on Windows is a behavioral change, but since it | 11 Matching case-insensitively on Windows is a behavioral change, but since it |
| 8 more closely matches the semantics of Windows paths it's considered a bug fix | 12 more closely matches the semantics of Windows paths it's considered a bug fix |
| 9 rather than a breaking change. | 13 rather than a breaking change. |
| 10 | 14 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 30 |
| 27 ## 1.0.2 | 31 ## 1.0.2 |
| 28 | 32 |
| 29 * Fixed `Glob.list()` on Windows. | 33 * Fixed `Glob.list()` on Windows. |
| 30 | 34 |
| 31 ## 1.0.1 | 35 ## 1.0.1 |
| 32 | 36 |
| 33 * Fix several analyzer warnings. | 37 * Fix several analyzer warnings. |
| 34 | 38 |
| 35 * Fix the tests on Windows. | 39 * Fix the tests on Windows. |
| OLD | NEW |