OLD | NEW |
| (Empty) |
1 ## 0.10.0+1 | |
2 | |
3 * 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 | |
5 unusual. | |
6 | |
7 ## 0.10.0 | |
8 | |
9 * Remove the `Span`, `Location` and `SourceFile` classes. Use the | |
10 corresponding `source_span` classes instead. | |
11 | |
12 ## 0.9.4 | |
13 | |
14 * Update `SpanFormatException` with `source` and `offset`. | |
15 | |
16 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now | |
17 also accept the corresponding `source_span` classes as well. Using the old | |
18 classes is now deprecated and will be unsupported in version 0.10.0. | |
19 | |
20 ## 0.9.3 | |
21 | |
22 * Support writing SingleMapping objects to source map version 3 format. | |
23 * Support the `sourceRoot` field in the SingleMapping class. | |
24 * Support updating the `targetUrl` field in the SingleMapping class. | |
25 | |
26 ## 0.9.2+2 | |
27 | |
28 * Fix a bug in `FixedSpan.getLocationMessage`. | |
29 | |
30 ## 0.9.2+1 | |
31 | |
32 * Minor readability improvements to `FixedSpan.getLocationMessage` and | |
33 `SpanException.toString`. | |
34 | |
35 ## 0.9.2 | |
36 | |
37 * Add `SpanException` and `SpanFormatException` classes. | |
38 | |
39 ## 0.9.1 | |
40 | |
41 * Support unmapped areas in source maps. | |
42 | |
43 * Increase the readability of location messages. | |
OLD | NEW |