OLD | NEW |
| 1 ## 0.10.4 |
| 2 * Implement `highlight` in `SourceMapFileSpan`. |
| 3 * Require version `^1.3.0` of `source_span`. |
| 4 |
| 5 ## 0.10.3 |
| 6 * Add `addMapping` and `containsMapping` members to `MappingBundle`. |
| 7 |
| 8 ## 0.10.2 |
| 9 * Support for extended source map format. |
| 10 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that |
| 11 exactly match a source map in the MappingBundle. |
| 12 |
| 13 ## 0.10.1+5 |
| 14 * Fix strong mode warning in test. |
| 15 |
| 16 ## 0.10.1+4 |
| 17 |
| 18 * Extend `MappingBundle.spanFor` to accept requests for output files that |
| 19 don't have source maps. |
| 20 |
| 21 ## 0.10.1+3 |
| 22 |
| 23 * Add `MappingBundle` class that handles extended source map format that |
| 24 supports source maps for multiple output files in a single mapper. |
| 25 Extend `Mapping.spanFor` API to accept a uri parameter that is optional |
| 26 for normal source maps but required for MappingBundle source maps. |
| 27 |
| 28 ## 0.10.1+2 |
| 29 |
| 30 * Fix more strong mode warnings. |
| 31 |
| 32 ## 0.10.1+1 |
| 33 |
| 34 * Fix all strong mode warnings. |
| 35 |
1 ## 0.10.1 | 36 ## 0.10.1 |
2 | 37 |
3 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is | 38 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is |
4 used to resolve source URLs for source spans. | 39 used to resolve source URLs for source spans. |
5 | 40 |
6 ## 0.10.0+2 | 41 ## 0.10.0+2 |
7 | 42 |
8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) | 43 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) |
9 | 44 |
10 ## 0.10.0+1 | 45 ## 0.10.0+1 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 | 78 |
44 ## 0.9.2 | 79 ## 0.9.2 |
45 | 80 |
46 * Add `SpanException` and `SpanFormatException` classes. | 81 * Add `SpanException` and `SpanFormatException` classes. |
47 | 82 |
48 ## 0.9.1 | 83 ## 0.9.1 |
49 | 84 |
50 * Support unmapped areas in source maps. | 85 * Support unmapped areas in source maps. |
51 | 86 |
52 * Increase the readability of location messages. | 87 * Increase the readability of location messages. |
OLD | NEW |