| OLD | NEW |
| 1 ## 2.1.2 |
| 2 |
| 3 * Fix a crashing bug when parsing block scalars. |
| 4 |
| 1 ## 2.1.1 | 5 ## 2.1.1 |
| 2 | 6 |
| 3 * Properly scope `SourceSpan`s for scalar values surrounded by whitespace. | 7 * Properly scope `SourceSpan`s for scalar values surrounded by whitespace. |
| 4 | 8 |
| 5 ## 2.1.0 | 9 ## 2.1.0 |
| 6 | 10 |
| 7 * Rewrite the parser for a 10x speed improvement. | 11 * Rewrite the parser for a 10x speed improvement. |
| 8 | 12 |
| 9 * Support anchors and aliases (`&foo` and `*foo`). | 13 * Support anchors and aliases (`&foo` and `*foo`). |
| 10 | 14 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 | 86 |
| 83 ## 0.9.0+2 | 87 ## 0.9.0+2 |
| 84 | 88 |
| 85 * Ensure that maps are order-independent when used as map keys. | 89 * Ensure that maps are order-independent when used as map keys. |
| 86 | 90 |
| 87 ## 0.9.0+1 | 91 ## 0.9.0+1 |
| 88 | 92 |
| 89 * The `YamlMap` class is deprecated. In a future version, maps returned by | 93 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 90 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 94 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 91 operation. | 95 operation. |
| OLD | NEW |