| OLD | NEW |
| 1 ## 1.1.3 |
| 2 |
| 3 * Support `string_scanner` 1.0.0. |
| 4 |
| 1 ## 1.1.2 | 5 ## 1.1.2 |
| 2 | 6 |
| 3 * Fix all strong mode errors and warnings. | 7 * Fix all strong mode errors and warnings. |
| 4 | 8 |
| 5 ## 1.1.1 | 9 ## 1.1.1 |
| 6 | 10 |
| 7 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. | 11 * Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. |
| 8 | 12 |
| 9 ## 1.1.0 | 13 ## 1.1.0 |
| 10 | 14 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 38 |
| 35 ## 1.0.2 | 39 ## 1.0.2 |
| 36 | 40 |
| 37 * Fixed `Glob.list()` on Windows. | 41 * Fixed `Glob.list()` on Windows. |
| 38 | 42 |
| 39 ## 1.0.1 | 43 ## 1.0.1 |
| 40 | 44 |
| 41 * Fix several analyzer warnings. | 45 * Fix several analyzer warnings. |
| 42 | 46 |
| 43 * Fix the tests on Windows. | 47 * Fix the tests on Windows. |
| OLD | NEW |