| OLD | NEW |
| 1 ## 0.10.0 |
| 2 |
| 3 * Remove the `Span`, `Location` and `SourceFile` classes. Use the |
| 4 corresponding `source_span` classes instead. |
| 5 |
| 1 ## 0.9.4 | 6 ## 0.9.4 |
| 2 | 7 |
| 3 * Update `SpanFormatException` with `source` and `offset`. | 8 * Update `SpanFormatException` with `source` and `offset`. |
| 4 | 9 |
| 5 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now | 10 * 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 | 11 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. | 12 classes is now deprecated and will be unsupported in version 0.10.0. |
| 8 | 13 |
| 9 ## 0.9.3 | 14 ## 0.9.3 |
| 10 | 15 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 | 28 |
| 24 ## 0.9.2 | 29 ## 0.9.2 |
| 25 | 30 |
| 26 * Add `SpanException` and `SpanFormatException` classes. | 31 * Add `SpanException` and `SpanFormatException` classes. |
| 27 | 32 |
| 28 ## 0.9.1 | 33 ## 0.9.1 |
| 29 | 34 |
| 30 * Support unmapped areas in source maps. | 35 * Support unmapped areas in source maps. |
| 31 | 36 |
| 32 * Increase the readability of location messages. | 37 * Increase the readability of location messages. |
| OLD | NEW |