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