| OLD | NEW |
| 1 ## 0.9.4 |
| 2 |
| 3 * Update `SpanFormatException` with `source` and `offset`. |
| 4 |
| 1 ## 0.9.3 | 5 ## 0.9.3 |
| 2 | 6 |
| 3 * Support writing SingleMapping objects to source map version 3 format. | 7 * Support writing SingleMapping objects to source map version 3 format. |
| 4 * Support the `sourceRoot` field in the SingleMapping class. | 8 * Support the `sourceRoot` field in the SingleMapping class. |
| 5 * Support updating the `targetUrl` field in the SingleMapping class. | 9 * Support updating the `targetUrl` field in the SingleMapping class. |
| 6 | 10 |
| 7 ## 0.9.2+2 | 11 ## 0.9.2+2 |
| 8 | 12 |
| 9 * Fix a bug in `FixedSpan.getLocationMessage`. | 13 * Fix a bug in `FixedSpan.getLocationMessage`. |
| 10 | 14 |
| 11 ## 0.9.2+1 | 15 ## 0.9.2+1 |
| 12 | 16 |
| 13 * Minor readability improvements to `FixedSpan.getLocationMessage` and | 17 * Minor readability improvements to `FixedSpan.getLocationMessage` and |
| 14 `SpanException.toString`. | 18 `SpanException.toString`. |
| 15 | 19 |
| 16 ## 0.9.2 | 20 ## 0.9.2 |
| 17 | 21 |
| 18 * Add `SpanException` and `SpanFormatException` classes. | 22 * Add `SpanException` and `SpanFormatException` classes. |
| 19 | 23 |
| 20 ## 0.9.1 | 24 ## 0.9.1 |
| 21 | 25 |
| 22 * Support unmapped areas in source maps. | 26 * Support unmapped areas in source maps. |
| 23 | 27 |
| 24 * Increase the readability of location messages. | 28 * Increase the readability of location messages. |
| OLD | NEW |