| OLD | NEW |
| 1 ## 2.0.1 |
| 2 |
| 3 * Fix a few lingering references to the old `Span` class in documentation and |
| 4 tests. |
| 5 |
| 1 ## 2.0.0 | 6 ## 2.0.0 |
| 2 | 7 |
| 3 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 8 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| 4 | 9 |
| 5 * For consistency with `source_span` and `string_scanner`, all `sourceName` | 10 * For consistency with `source_span` and `string_scanner`, all `sourceName` |
| 6 parameters have been renamed to `sourceUrl`. They now accept Urls as well as | 11 parameters have been renamed to `sourceUrl`. They now accept Urls as well as |
| 7 Strings. | 12 Strings. |
| 8 | 13 |
| 9 ## 1.1.1 | 14 ## 1.1.1 |
| 10 | 15 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 | 54 |
| 50 ## 0.9.0+2 | 55 ## 0.9.0+2 |
| 51 | 56 |
| 52 * Ensure that maps are order-independent when used as map keys. | 57 * Ensure that maps are order-independent when used as map keys. |
| 53 | 58 |
| 54 ## 0.9.0+1 | 59 ## 0.9.0+1 |
| 55 | 60 |
| 56 * The `YamlMap` class is deprecated. In a future version, maps returned by | 61 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 57 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 62 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 58 operation. | 63 operation. |
| OLD | NEW |