| OLD | NEW |
| 1 ## 0.10.1+1 |
| 2 |
| 3 * Fix all strong mode warnings. |
| 4 |
| 1 ## 0.10.1 | 5 ## 0.10.1 |
| 2 | 6 |
| 3 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is | 7 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is |
| 4 used to resolve source URLs for source spans. | 8 used to resolve source URLs for source spans. |
| 5 | 9 |
| 6 ## 0.10.0+2 | 10 ## 0.10.0+2 |
| 7 | 11 |
| 8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) | 12 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) |
| 9 | 13 |
| 10 ## 0.10.0+1 | 14 ## 0.10.0+1 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 | 47 |
| 44 ## 0.9.2 | 48 ## 0.9.2 |
| 45 | 49 |
| 46 * Add `SpanException` and `SpanFormatException` classes. | 50 * Add `SpanException` and `SpanFormatException` classes. |
| 47 | 51 |
| 48 ## 0.9.1 | 52 ## 0.9.1 |
| 49 | 53 |
| 50 * Support unmapped areas in source maps. | 54 * Support unmapped areas in source maps. |
| 51 | 55 |
| 52 * Increase the readability of location messages. | 56 * Increase the readability of location messages. |
| OLD | NEW |