| OLD | NEW |
| 1 ## 0.10.0+1 |
| 2 |
| 3 * Remove an unnecessary warning printed when the "file" field is missing from a |
| 4 Json formatted source map. This field is optional and its absence is not |
| 5 unusual. |
| 6 |
| 1 ## 0.10.0 | 7 ## 0.10.0 |
| 2 | 8 |
| 3 * Remove the `Span`, `Location` and `SourceFile` classes. Use the | 9 * Remove the `Span`, `Location` and `SourceFile` classes. Use the |
| 4 corresponding `source_span` classes instead. | 10 corresponding `source_span` classes instead. |
| 5 | 11 |
| 6 ## 0.9.4 | 12 ## 0.9.4 |
| 7 | 13 |
| 8 * Update `SpanFormatException` with `source` and `offset`. | 14 * Update `SpanFormatException` with `source` and `offset`. |
| 9 | 15 |
| 10 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now | 16 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 | 34 |
| 29 ## 0.9.2 | 35 ## 0.9.2 |
| 30 | 36 |
| 31 * Add `SpanException` and `SpanFormatException` classes. | 37 * Add `SpanException` and `SpanFormatException` classes. |
| 32 | 38 |
| 33 ## 0.9.1 | 39 ## 0.9.1 |
| 34 | 40 |
| 35 * Support unmapped areas in source maps. | 41 * Support unmapped areas in source maps. |
| 36 | 42 |
| 37 * Increase the readability of location messages. | 43 * Increase the readability of location messages. |
| OLD | NEW |