| OLD | NEW |
| 1 ## 0.12.0 |
| 2 |
| 3 * Top-level methods in `parser.dart` now take `PreprocessorOptions` instead of |
| 4 `List<String>`. |
| 5 |
| 6 * `PreprocessorOptions.inputFile` is now final. |
| 7 |
| 1 ## 0.11.0+4 | 8 ## 0.11.0+4 |
| 2 | 9 |
| 3 * Cleanup some ambiguous and some incorrect type signatures. | 10 * Cleanup some ambiguous and some incorrect type signatures. |
| 4 | 11 |
| 5 ## 0.11.0+3 | 12 ## 0.11.0+3 |
| 6 | 13 |
| 7 * Improve the speed and memory efficiency of parsing. | 14 * Improve the speed and memory efficiency of parsing. |
| 8 | 15 |
| 9 ## 0.11.0+2 | 16 ## 0.11.0+2 |
| 10 | 17 |
| 11 * Fix another test that was failing on IE10. | 18 * Fix another test that was failing on IE10. |
| 12 | 19 |
| 13 ## 0.11.0+1 | 20 ## 0.11.0+1 |
| 14 | 21 |
| 15 * Fix a test that was failing on IE10. | 22 * Fix a test that was failing on IE10. |
| 16 | 23 |
| 17 ## 0.11.0 | 24 ## 0.11.0 |
| 18 | 25 |
| 19 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 26 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |