Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.10.1+4 | |
| 2 | |
| 3 * Improve handling of locations not from the uris the source map is for. | |
|
Siggi Cherem (dart-lang)
2016/12/09 16:38:38
nit, rephrase it to make it a bit more specific ab
Jacob
2016/12/09 17:18:03
Done. Was trying to keep the changelog entries hig
| |
| 4 | |
| 1 ## 0.10.1+3 | 5 ## 0.10.1+3 |
| 2 | 6 |
| 3 * Add `MappingBundle` class that handles extended source map format that | 7 * Add `MappingBundle` class that handles extended source map format that |
| 4 supports source maps for multiple output files in a single mapper. | 8 supports source maps for multiple output files in a single mapper. |
| 5 Extend `Mapping.spanFor` API to accept a uri parameter that is optional | 9 Extend `Mapping.spanFor` API to accept a uri parameter that is optional |
| 6 for normal source maps but required for MappingBundle source maps. | 10 for normal source maps but required for MappingBundle source maps. |
| 7 | 11 |
| 8 ## 0.10.1+2 | 12 ## 0.10.1+2 |
| 9 | 13 |
| 10 * Fix more strong mode warnings. | 14 * Fix more strong mode warnings. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 | 62 |
| 59 ## 0.9.2 | 63 ## 0.9.2 |
| 60 | 64 |
| 61 * Add `SpanException` and `SpanFormatException` classes. | 65 * Add `SpanException` and `SpanFormatException` classes. |
| 62 | 66 |
| 63 ## 0.9.1 | 67 ## 0.9.1 |
| 64 | 68 |
| 65 * Support unmapped areas in source maps. | 69 * Support unmapped areas in source maps. |
| 66 | 70 |
| 67 * Increase the readability of location messages. | 71 * Increase the readability of location messages. |
| OLD | NEW |