| OLD | NEW |
| 1 ## 1.1.5 |
| 2 |
| 3 * Declare support for `async` 2.0.0. |
| 4 |
| 5 * Require Dart 1.23.0. |
| 6 |
| 7 ## 1.1.4 |
| 8 |
| 9 * Throw an exception when listing globs whose initial paths don't exist in |
| 10 case-insensitive mode. This matches the case-sensitive behavior. |
| 11 |
| 1 ## 1.1.3 | 12 ## 1.1.3 |
| 2 | 13 |
| 3 * Support `string_scanner` 1.0.0. | 14 * Support `string_scanner` 1.0.0. |
| 4 | 15 |
| 5 ## 1.1.2 | 16 ## 1.1.2 |
| 6 | 17 |
| 7 * Fix all strong mode errors and warnings. | 18 * Fix all strong mode errors and warnings. |
| 8 | 19 |
| 9 ## 1.1.1 | 20 ## 1.1.1 |
| 10 | 21 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 | 49 |
| 39 ## 1.0.2 | 50 ## 1.0.2 |
| 40 | 51 |
| 41 * Fixed `Glob.list()` on Windows. | 52 * Fixed `Glob.list()` on Windows. |
| 42 | 53 |
| 43 ## 1.0.1 | 54 ## 1.0.1 |
| 44 | 55 |
| 45 * Fix several analyzer warnings. | 56 * Fix several analyzer warnings. |
| 46 | 57 |
| 47 * Fix the tests on Windows. | 58 * Fix the tests on Windows. |
| OLD | NEW |