| OLD | NEW |
| 1 ## 2.1.7 |
| 2 |
| 3 * Fix more strong mode warnings. |
| 4 |
| 1 ## 2.1.6 | 5 ## 2.1.6 |
| 2 | 6 |
| 3 * Fix two analysis issues with DDC's strong mode. | 7 * Fix two analysis issues with DDC's strong mode. |
| 4 | 8 |
| 5 ## 2.1.5 | 9 ## 2.1.5 |
| 6 | 10 |
| 7 * Fix a bug with 2.1.4 where source span information was being discarded for | 11 * Fix a bug with 2.1.4 where source span information was being discarded for |
| 8 scalar values. | 12 scalar values. |
| 9 | 13 |
| 10 ## 2.1.4 | 14 ## 2.1.4 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 | 108 |
| 105 ## 0.9.0+2 | 109 ## 0.9.0+2 |
| 106 | 110 |
| 107 * Ensure that maps are order-independent when used as map keys. | 111 * Ensure that maps are order-independent when used as map keys. |
| 108 | 112 |
| 109 ## 0.9.0+1 | 113 ## 0.9.0+1 |
| 110 | 114 |
| 111 * The `YamlMap` class is deprecated. In a future version, maps returned by | 115 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 112 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 116 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 113 operation. | 117 operation. |
| OLD | NEW |