| OLD | NEW |
| 1 ## 0.9.4 | 1 ## 0.9.4 |
| 2 | 2 |
| 3 * Update `SpanFormatException` with `source` and `offset`. | 3 * Update `SpanFormatException` with `source` and `offset`. |
| 4 | 4 |
| 5 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now |
| 6 also accept the corresponding `source_span` classes as well. Using the old |
| 7 classes is now deprecated and will be unsupported in version 0.10.0. |
| 8 |
| 5 ## 0.9.3 | 9 ## 0.9.3 |
| 6 | 10 |
| 7 * Support writing SingleMapping objects to source map version 3 format. | 11 * Support writing SingleMapping objects to source map version 3 format. |
| 8 * Support the `sourceRoot` field in the SingleMapping class. | 12 * Support the `sourceRoot` field in the SingleMapping class. |
| 9 * Support updating the `targetUrl` field in the SingleMapping class. | 13 * Support updating the `targetUrl` field in the SingleMapping class. |
| 10 | 14 |
| 11 ## 0.9.2+2 | 15 ## 0.9.2+2 |
| 12 | 16 |
| 13 * Fix a bug in `FixedSpan.getLocationMessage`. | 17 * Fix a bug in `FixedSpan.getLocationMessage`. |
| 14 | 18 |
| 15 ## 0.9.2+1 | 19 ## 0.9.2+1 |
| 16 | 20 |
| 17 * Minor readability improvements to `FixedSpan.getLocationMessage` and | 21 * Minor readability improvements to `FixedSpan.getLocationMessage` and |
| 18 `SpanException.toString`. | 22 `SpanException.toString`. |
| 19 | 23 |
| 20 ## 0.9.2 | 24 ## 0.9.2 |
| 21 | 25 |
| 22 * Add `SpanException` and `SpanFormatException` classes. | 26 * Add `SpanException` and `SpanFormatException` classes. |
| 23 | 27 |
| 24 ## 0.9.1 | 28 ## 0.9.1 |
| 25 | 29 |
| 26 * Support unmapped areas in source maps. | 30 * Support unmapped areas in source maps. |
| 27 | 31 |
| 28 * Increase the readability of location messages. | 32 * Increase the readability of location messages. |
| OLD | NEW |