OLD | NEW |
(Empty) | |
| 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 |
| 6 ## 0.10.0+2 |
| 7 |
| 8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) |
| 9 |
| 10 ## 0.10.0+1 |
| 11 |
| 12 * Remove an unnecessary warning printed when the "file" field is missing from a |
| 13 Json formatted source map. This field is optional and its absence is not |
| 14 unusual. |
| 15 |
| 16 ## 0.10.0 |
| 17 |
| 18 * Remove the `Span`, `Location` and `SourceFile` classes. Use the |
| 19 corresponding `source_span` classes instead. |
| 20 |
| 21 ## 0.9.4 |
| 22 |
| 23 * Update `SpanFormatException` with `source` and `offset`. |
| 24 |
| 25 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now |
| 26 also accept the corresponding `source_span` classes as well. Using the old |
| 27 classes is now deprecated and will be unsupported in version 0.10.0. |
| 28 |
| 29 ## 0.9.3 |
| 30 |
| 31 * Support writing SingleMapping objects to source map version 3 format. |
| 32 * Support the `sourceRoot` field in the SingleMapping class. |
| 33 * Support updating the `targetUrl` field in the SingleMapping class. |
| 34 |
| 35 ## 0.9.2+2 |
| 36 |
| 37 * Fix a bug in `FixedSpan.getLocationMessage`. |
| 38 |
| 39 ## 0.9.2+1 |
| 40 |
| 41 * Minor readability improvements to `FixedSpan.getLocationMessage` and |
| 42 `SpanException.toString`. |
| 43 |
| 44 ## 0.9.2 |
| 45 |
| 46 * Add `SpanException` and `SpanFormatException` classes. |
| 47 |
| 48 ## 0.9.1 |
| 49 |
| 50 * Support unmapped areas in source maps. |
| 51 |
| 52 * Increase the readability of location messages. |
OLD | NEW |