| OLD | NEW |
| 1 ## 0.10.3 |
| 2 * Add `addMapping` and `containsMapping` members to `MappingBundle`. |
| 3 |
| 1 ## 0.10.2 | 4 ## 0.10.2 |
| 2 * Support for extended source map format. | 5 * Support for extended source map format. |
| 3 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that | 6 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that |
| 4 exactly match a source map in the MappingBundle. | 7 exactly match a source map in the MappingBundle. |
| 5 | 8 |
| 6 ## 0.10.1+5 | 9 ## 0.10.1+5 |
| 7 * Fix strong mode warning in test. | 10 * Fix strong mode warning in test. |
| 8 | 11 |
| 9 ## 0.10.1+4 | 12 ## 0.10.1+4 |
| 10 | 13 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 | 74 |
| 72 ## 0.9.2 | 75 ## 0.9.2 |
| 73 | 76 |
| 74 * Add `SpanException` and `SpanFormatException` classes. | 77 * Add `SpanException` and `SpanFormatException` classes. |
| 75 | 78 |
| 76 ## 0.9.1 | 79 ## 0.9.1 |
| 77 | 80 |
| 78 * Support unmapped areas in source maps. | 81 * Support unmapped areas in source maps. |
| 79 | 82 |
| 80 * Increase the readability of location messages. | 83 * Increase the readability of location messages. |
| OLD | NEW |