OLD | NEW |
| 1 ## 2.1.12 |
| 2 |
| 3 * Properly refuse mappings with duplicate keys. |
| 4 |
| 5 ## 2.1.11 |
| 6 |
| 7 * Fix an infinite loop when parsing some invalid documents. |
| 8 |
| 9 ## 2.1.10 |
| 10 |
| 11 * Support `string_scanner` 1.0.0. |
| 12 |
| 13 ## 2.1.9 |
| 14 |
| 15 * Fix all strong-mode warnings. |
| 16 |
| 17 ## 2.1.8 |
| 18 |
| 19 * Remove the dependency on `path`, since we don't actually import it. |
| 20 |
1 ## 2.1.7 | 21 ## 2.1.7 |
2 | 22 |
3 * Fix more strong mode warnings. | 23 * Fix more strong mode warnings. |
4 | 24 |
5 ## 2.1.6 | 25 ## 2.1.6 |
6 | 26 |
7 * Fix two analysis issues with DDC's strong mode. | 27 * Fix two analysis issues with DDC's strong mode. |
8 | 28 |
9 ## 2.1.5 | 29 ## 2.1.5 |
10 | 30 |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 | 128 |
109 ## 0.9.0+2 | 129 ## 0.9.0+2 |
110 | 130 |
111 * Ensure that maps are order-independent when used as map keys. | 131 * Ensure that maps are order-independent when used as map keys. |
112 | 132 |
113 ## 0.9.0+1 | 133 ## 0.9.0+1 |
114 | 134 |
115 * The `YamlMap` class is deprecated. In a future version, maps returned by | 135 * 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 | 136 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
117 operation. | 137 operation. |
OLD | NEW |