| OLD | NEW |
| 1 ## 0.2.8 |
| 2 |
| 3 * Add `benchmarks.dart` file which exposes a `TransformerBenchmark`. This can be |
| 4 used to implement simple benchmarks of transformer code. |
| 5 |
| 1 ## 0.2.7+2 | 6 ## 0.2.7+2 |
| 2 | 7 |
| 3 * Fix `assetIdToUri` on windows, | 8 * Fix `assetIdToUri` on windows, |
| 4 [41](https://github.com/dart-lang/polymer-dart/issues/41) | 9 [41](https://github.com/dart-lang/polymer-dart/issues/41) |
| 5 | 10 |
| 6 ## 0.2.7+1 | 11 ## 0.2.7+1 |
| 7 | 12 |
| 8 * Fixes for missing overrides after upgrade to analzyer 0.24.0 | 13 * Fixes for missing overrides after upgrade to analzyer 0.24.0 |
| 9 | 14 |
| 10 ## 0.2.7 | 15 ## 0.2.7 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 | 53 |
| 49 * Widen the constraint on source_maps. | 54 * Widen the constraint on source_maps. |
| 50 | 55 |
| 51 ## 0.2.0+1 | 56 ## 0.2.0+1 |
| 52 | 57 |
| 53 * Widen the constraint on barback. | 58 * Widen the constraint on barback. |
| 54 | 59 |
| 55 ## 0.2.0 | 60 ## 0.2.0 |
| 56 | 61 |
| 57 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 62 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |