| OLD | NEW |
| 1 ## 0.9.2+4 |
| 2 |
| 3 * Update `SpanFormatException` with `source` and `offset`. |
| 4 |
| 1 ## 0.9.2+2 | 5 ## 0.9.2+2 |
| 2 | 6 |
| 3 * Fix a bug in `FixedSpan.getLocationMessage`. | 7 * Fix a bug in `FixedSpan.getLocationMessage`. |
| 4 | 8 |
| 5 ## 0.9.2+1 | 9 ## 0.9.2+1 |
| 6 | 10 |
| 7 * Minor readability improvements to `FixedSpan.getLocationMessage` and | 11 * Minor readability improvements to `FixedSpan.getLocationMessage` and |
| 8 `SpanException.toString`. | 12 `SpanException.toString`. |
| 9 | 13 |
| 10 ## 0.9.2 | 14 ## 0.9.2 |
| 11 | 15 |
| 12 * Add `SpanException` and `SpanFormatException` classes. | 16 * Add `SpanException` and `SpanFormatException` classes. |
| 13 | 17 |
| 14 ## 0.9.1 | 18 ## 0.9.1 |
| 15 | 19 |
| 16 * Support unmapped areas in source maps. | 20 * Support unmapped areas in source maps. |
| 17 | 21 |
| 18 * Increase the readability of location messages. | 22 * Increase the readability of location messages. |
| OLD | NEW |