Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: packages/code_transformers/CHANGELOG.md

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/code_transformers/AUTHORS ('k') | packages/code_transformers/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« no previous file with comments | « packages/code_transformers/AUTHORS ('k') | packages/code_transformers/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698