Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.9.3 | 1 ## 0.9.3 |
|
Siggi Cherem (dart-lang)
2014/07/18 01:40:53
let's move this down and mark as 0.9.4 (Tim releas
nweiz
2014/07/23 23:17:18
Done.
| |
| 2 | 2 |
| 3 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now | |
| 4 also accept the corresponding `source_span` classes as well. Using the old | |
| 5 classes is now deprecated and will be unsupported in version 0.10.0. | |
| 6 | |
| 3 * Support writing SingleMapping objects to source map version 3 format. | 7 * Support writing SingleMapping objects to source map version 3 format. |
| 8 | |
| 4 * Support the `sourceRoot` field in the SingleMapping class. | 9 * Support the `sourceRoot` field in the SingleMapping class. |
| 10 | |
| 5 * Support updating the `targetUrl` field in the SingleMapping class. | 11 * Support updating the `targetUrl` field in the SingleMapping class. |
| 6 | 12 |
| 7 ## 0.9.2+2 | 13 ## 0.9.2+2 |
| 8 | 14 |
| 9 * Fix a bug in `FixedSpan.getLocationMessage`. | 15 * Fix a bug in `FixedSpan.getLocationMessage`. |
| 10 | 16 |
| 11 ## 0.9.2+1 | 17 ## 0.9.2+1 |
| 12 | 18 |
| 13 * Minor readability improvements to `FixedSpan.getLocationMessage` and | 19 * Minor readability improvements to `FixedSpan.getLocationMessage` and |
| 14 `SpanException.toString`. | 20 `SpanException.toString`. |
| 15 | 21 |
| 16 ## 0.9.2 | 22 ## 0.9.2 |
| 17 | 23 |
| 18 * Add `SpanException` and `SpanFormatException` classes. | 24 * Add `SpanException` and `SpanFormatException` classes. |
| 19 | 25 |
| 20 ## 0.9.1 | 26 ## 0.9.1 |
| 21 | 27 |
| 22 * Support unmapped areas in source maps. | 28 * Support unmapped areas in source maps. |
| 23 | 29 |
| 24 * Increase the readability of location messages. | 30 * Increase the readability of location messages. |
| OLD | NEW |