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