| OLD | NEW |
| 1 ## 2.1.4 |
| 2 |
| 3 * Substantially improve performance. |
| 4 |
| 1 ## 2.1.3 | 5 ## 2.1.3 |
| 2 | 6 |
| 3 * Add a hint that a colon might be missing when a mapping value is found in the | 7 * Add a hint that a colon might be missing when a mapping value is found in the |
| 4 wrong context. | 8 wrong context. |
| 5 | 9 |
| 6 ## 2.1.2 | 10 ## 2.1.2 |
| 7 | 11 |
| 8 * Fix a crashing bug when parsing block scalars. | 12 * Fix a crashing bug when parsing block scalars. |
| 9 | 13 |
| 10 ## 2.1.1 | 14 ## 2.1.1 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 | 95 |
| 92 ## 0.9.0+2 | 96 ## 0.9.0+2 |
| 93 | 97 |
| 94 * Ensure that maps are order-independent when used as map keys. | 98 * Ensure that maps are order-independent when used as map keys. |
| 95 | 99 |
| 96 ## 0.9.0+1 | 100 ## 0.9.0+1 |
| 97 | 101 |
| 98 * The `YamlMap` class is deprecated. In a future version, maps returned by | 102 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 99 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 103 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 100 operation. | 104 operation. |
| OLD | NEW |