OLD | NEW |
| 1 ## 0.11.0+4 |
| 2 |
| 3 * Cleanup some ambiguous and some incorrect type signatures. |
| 4 |
1 ## 0.11.0+3 | 5 ## 0.11.0+3 |
2 | 6 |
3 * Improve the speed and memory efficiency of parsing. | 7 * Improve the speed and memory efficiency of parsing. |
4 | 8 |
5 ## 0.11.0+2 | 9 ## 0.11.0+2 |
6 | 10 |
7 * Fix another test that was failing on IE10. | 11 * Fix another test that was failing on IE10. |
8 | 12 |
9 ## 0.11.0+1 | 13 ## 0.11.0+1 |
10 | 14 |
11 * Fix a test that was failing on IE10. | 15 * Fix a test that was failing on IE10. |
12 | 16 |
13 ## 0.11.0 | 17 ## 0.11.0 |
14 | 18 |
15 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 19 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
OLD | NEW |