OLD | NEW |
(Empty) | |
| 1 ## 0.2.9+4 |
| 2 |
| 3 * Republish 0.2.9+2 under new version. |
| 4 |
| 5 ## 0.2.9+3 |
| 6 |
| 7 * Republish of 0.2.9 to ensure nobody gets 0.2.9+1 in the future. |
| 8 |
| 9 ## 0.2.9+2 |
| 10 |
| 11 * Update to analyzer '>=0.26.0 <0.27.0' |
| 12 |
| 13 ## 0.2.9+1 |
| 14 |
| 15 * Update to analyzer '<0.27.0' |
| 16 * This version will be reverted as it wasn't compatible with <0.26.0. |
| 17 |
| 18 ## 0.2.9 |
| 19 |
| 20 * Update to analyzer `<=0.26.0`. |
| 21 |
| 22 ## 0.2.8 |
| 23 |
| 24 * Add `benchmarks.dart` file which exposes a `TransformerBenchmark`. This can be |
| 25 used to implement simple benchmarks of transformer code. |
| 26 |
| 27 ## 0.2.7+2 |
| 28 |
| 29 * Fix `assetIdToUri` on windows, |
| 30 [41](https://github.com/dart-lang/polymer-dart/issues/41) |
| 31 |
| 32 ## 0.2.7+1 |
| 33 |
| 34 * Fixes for missing overrides after upgrade to analzyer 0.24.0 |
| 35 |
| 36 ## 0.2.7 |
| 37 |
| 38 * Added default set of mockSdkSources and upgraded to analyzer 0.24.0 |
| 39 |
| 40 ## 0.2.6 |
| 41 |
| 42 * Added `assetIdToUri` to assets.dart. |
| 43 |
| 44 ## 0.2.5 |
| 45 * Improvements to `dartSdkDirectory` so it has a better chance of success. |
| 46 * `BuildLogger` now accepts `AggregateTransform` or `Transform`. If passing in |
| 47 an `AggregateTransform` you must also pass in an `AssetId` to use as the primary |
| 48 input. |
| 49 |
| 50 ## 0.2.4 |
| 51 |
| 52 * Added some basic string formatting options to `testPhases` to make it a bit |
| 53 less strict if desired. |
| 54 |
| 55 ## 0.2.3+2 |
| 56 |
| 57 * Added logic to discover the location of the dart SDK when the dart binary is a |
| 58 symlink. |
| 59 |
| 60 ## 0.2.3 |
| 61 |
| 62 * Added support for logging stable error messages from transformers. |
| 63 |
| 64 ## 0.2.2 |
| 65 |
| 66 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. |
| 67 |
| 68 ## 0.2.0+3 |
| 69 |
| 70 * Raise the lower bound on the source_maps constraint to exclude incompatible |
| 71 versions. |
| 72 |
| 73 ## 0.2.0+2 |
| 74 |
| 75 * Widen the constraint on source_maps. |
| 76 |
| 77 ## 0.2.0+1 |
| 78 |
| 79 * Widen the constraint on barback. |
| 80 |
| 81 ## 0.2.0 |
| 82 |
| 83 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
OLD | NEW |