| OLD | NEW |
| 1 ## 0.10.1 |
| 2 |
| 3 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is |
| 4 used to resolve source URLs for source spans. |
| 5 |
| 1 ## 0.10.0+2 | 6 ## 0.10.0+2 |
| 2 | 7 |
| 3 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) | 8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) |
| 4 | 9 |
| 5 ## 0.10.0+1 | 10 ## 0.10.0+1 |
| 6 | 11 |
| 7 * Remove an unnecessary warning printed when the "file" field is missing from a | 12 * Remove an unnecessary warning printed when the "file" field is missing from a |
| 8 Json formatted source map. This field is optional and its absence is not | 13 Json formatted source map. This field is optional and its absence is not |
| 9 unusual. | 14 unusual. |
| 10 | 15 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 | 43 |
| 39 ## 0.9.2 | 44 ## 0.9.2 |
| 40 | 45 |
| 41 * Add `SpanException` and `SpanFormatException` classes. | 46 * Add `SpanException` and `SpanFormatException` classes. |
| 42 | 47 |
| 43 ## 0.9.1 | 48 ## 0.9.1 |
| 44 | 49 |
| 45 * Support unmapped areas in source maps. | 50 * Support unmapped areas in source maps. |
| 46 | 51 |
| 47 * Increase the readability of location messages. | 52 * Increase the readability of location messages. |
| OLD | NEW |