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