| OLD | NEW |
| 1 ## 0.10.1+5 |
| 2 * Fix strong mode warning in test. |
| 3 |
| 1 ## 0.10.1+4 | 4 ## 0.10.1+4 |
| 2 | 5 |
| 3 * Extend `MappingBundle.spanFor` to accept requests for output files that | 6 * Extend `MappingBundle.spanFor` to accept requests for output files that |
| 4 don't have source maps. | 7 don't have source maps. |
| 5 | 8 |
| 6 ## 0.10.1+3 | 9 ## 0.10.1+3 |
| 7 | 10 |
| 8 * Add `MappingBundle` class that handles extended source map format that | 11 * Add `MappingBundle` class that handles extended source map format that |
| 9 supports source maps for multiple output files in a single mapper. | 12 supports source maps for multiple output files in a single mapper. |
| 10 Extend `Mapping.spanFor` API to accept a uri parameter that is optional | 13 Extend `Mapping.spanFor` API to accept a uri parameter that is optional |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 | 66 |
| 64 ## 0.9.2 | 67 ## 0.9.2 |
| 65 | 68 |
| 66 * Add `SpanException` and `SpanFormatException` classes. | 69 * Add `SpanException` and `SpanFormatException` classes. |
| 67 | 70 |
| 68 ## 0.9.1 | 71 ## 0.9.1 |
| 69 | 72 |
| 70 * Support unmapped areas in source maps. | 73 * Support unmapped areas in source maps. |
| 71 | 74 |
| 72 * Increase the readability of location messages. | 75 * Increase the readability of location messages. |
| OLD | NEW |