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