| OLD | NEW |
| 1 ## 1.1.2 |
| 2 |
| 3 * Fix all strong mode errors and warnings. |
| 4 |
| 1 ## 1.1.1 | 5 ## 1.1.1 |
| 2 | 6 |
| 3 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. | 7 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. |
| 4 | 8 |
| 5 ## 1.1.0 | 9 ## 1.1.0 |
| 6 | 10 |
| 7 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether | 11 * Add a `caseSensitive` named parameter to `new Glob()` that controls whether |
| 8 the glob is case-sensitive. This defaults to `false` on Windows and `true` | 12 the glob is case-sensitive. This defaults to `false` on Windows and `true` |
| 9 elsewhere. | 13 elsewhere. |
| 10 | 14 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 34 |
| 31 ## 1.0.2 | 35 ## 1.0.2 |
| 32 | 36 |
| 33 * Fixed `Glob.list()` on Windows. | 37 * Fixed `Glob.list()` on Windows. |
| 34 | 38 |
| 35 ## 1.0.1 | 39 ## 1.0.1 |
| 36 | 40 |
| 37 * Fix several analyzer warnings. | 41 * Fix several analyzer warnings. |
| 38 | 42 |
| 39 * Fix the tests on Windows. | 43 * Fix the tests on Windows. |
| OLD | NEW |