| OLD | NEW |
| 1 ## 0.10.1+4 |
| 2 |
| 3 * Improve handling of locations not from the uris the source map is for. |
| 4 |
| 5 ## 0.10.1+3 |
| 6 |
| 7 * Add `MappingBundle` class that handles extended source map format that |
| 8 supports source maps for multiple output files in a single mapper. |
| 9 Extend `Mapping.spanFor` API to accept a uri parameter that is optional |
| 10 for normal source maps but required for MappingBundle source maps. |
| 11 |
| 1 ## 0.10.1+2 | 12 ## 0.10.1+2 |
| 2 | 13 |
| 3 * Fix more strong mode warnings. | 14 * Fix more strong mode warnings. |
| 4 | 15 |
| 5 ## 0.10.1+1 | 16 ## 0.10.1+1 |
| 6 | 17 |
| 7 * Fix all strong mode warnings. | 18 * Fix all strong mode warnings. |
| 8 | 19 |
| 9 ## 0.10.1 | 20 ## 0.10.1 |
| 10 | 21 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 | 62 |
| 52 ## 0.9.2 | 63 ## 0.9.2 |
| 53 | 64 |
| 54 * Add `SpanException` and `SpanFormatException` classes. | 65 * Add `SpanException` and `SpanFormatException` classes. |
| 55 | 66 |
| 56 ## 0.9.1 | 67 ## 0.9.1 |
| 57 | 68 |
| 58 * Support unmapped areas in source maps. | 69 * Support unmapped areas in source maps. |
| 59 | 70 |
| 60 * Increase the readability of location messages. | 71 * Increase the readability of location messages. |
| OLD | NEW |