| OLD | NEW |
| 1 ## 2.1.8 |
| 2 |
| 3 * Remove the dependency on `path`, since we don't actually import it. |
| 4 |
| 1 ## 2.1.7 | 5 ## 2.1.7 |
| 2 | 6 |
| 3 * Fix more strong mode warnings. | 7 * Fix more strong mode warnings. |
| 4 | 8 |
| 5 ## 2.1.6 | 9 ## 2.1.6 |
| 6 | 10 |
| 7 * Fix two analysis issues with DDC's strong mode. | 11 * Fix two analysis issues with DDC's strong mode. |
| 8 | 12 |
| 9 ## 2.1.5 | 13 ## 2.1.5 |
| 10 | 14 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 | 112 |
| 109 ## 0.9.0+2 | 113 ## 0.9.0+2 |
| 110 | 114 |
| 111 * Ensure that maps are order-independent when used as map keys. | 115 * Ensure that maps are order-independent when used as map keys. |
| 112 | 116 |
| 113 ## 0.9.0+1 | 117 ## 0.9.0+1 |
| 114 | 118 |
| 115 * The `YamlMap` class is deprecated. In a future version, maps returned by | 119 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 116 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 120 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 117 operation. | 121 operation. |
| OLD | NEW |