| OLD | NEW |
| 1 ## 2.0.2 |
| 2 |
| 3 * Fix an import in a test. |
| 4 |
| 1 ## 2.0.1 | 5 ## 2.0.1 |
| 2 | 6 |
| 3 * Fix a few lingering references to the old `Span` class in documentation and | 7 * Fix a few lingering references to the old `Span` class in documentation and |
| 4 tests. | 8 tests. |
| 5 | 9 |
| 6 ## 2.0.0 | 10 ## 2.0.0 |
| 7 | 11 |
| 8 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 12 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| 9 | 13 |
| 10 * For consistency with `source_span` and `string_scanner`, all `sourceName` | 14 * For consistency with `source_span` and `string_scanner`, all `sourceName` |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 | 58 |
| 55 ## 0.9.0+2 | 59 ## 0.9.0+2 |
| 56 | 60 |
| 57 * Ensure that maps are order-independent when used as map keys. | 61 * Ensure that maps are order-independent when used as map keys. |
| 58 | 62 |
| 59 ## 0.9.0+1 | 63 ## 0.9.0+1 |
| 60 | 64 |
| 61 * The `YamlMap` class is deprecated. In a future version, maps returned by | 65 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 62 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 66 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 63 operation. | 67 operation. |
| OLD | NEW |