| OLD | NEW |
| 1 ## 0.10.0+2 |
| 2 |
| 3 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) |
| 4 |
| 1 ## 0.10.0+1 | 5 ## 0.10.0+1 |
| 2 | 6 |
| 3 * Remove an unnecessary warning printed when the "file" field is missing from a | 7 * Remove an unnecessary warning printed when the "file" field is missing from a |
| 4 Json formatted source map. This field is optional and its absence is not | 8 Json formatted source map. This field is optional and its absence is not |
| 5 unusual. | 9 unusual. |
| 6 | 10 |
| 7 ## 0.10.0 | 11 ## 0.10.0 |
| 8 | 12 |
| 9 * Remove the `Span`, `Location` and `SourceFile` classes. Use the | 13 * Remove the `Span`, `Location` and `SourceFile` classes. Use the |
| 10 corresponding `source_span` classes instead. | 14 corresponding `source_span` classes instead. |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 38 |
| 35 ## 0.9.2 | 39 ## 0.9.2 |
| 36 | 40 |
| 37 * Add `SpanException` and `SpanFormatException` classes. | 41 * Add `SpanException` and `SpanFormatException` classes. |
| 38 | 42 |
| 39 ## 0.9.1 | 43 ## 0.9.1 |
| 40 | 44 |
| 41 * Support unmapped areas in source maps. | 45 * Support unmapped areas in source maps. |
| 42 | 46 |
| 43 * Increase the readability of location messages. | 47 * Increase the readability of location messages. |
| OLD | NEW |