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

Side by Side Diff: CHANGELOG.md

Issue 1830403002: switch package to strong mode (Closed) Base URL: git@github.com:dart-lang/code_transformers.git@master
Patch Set: Created 4 years, 9 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 | « .analysis_options ('k') | lib/assets.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.4.2
2
3 * Use Strong Mode, fixes
4 [#38](https://github.com/dart-lang/code_transformers/issues/38).
5
1 ## 0.4.1 6 ## 0.4.1
2 7
3 * Added a fix for [#24890](https://github.com/dart-lang/sdk/issues/24890). 8 * Added a fix for [#24890](https://github.com/dart-lang/sdk/issues/24890).
4 * All constants in all libraries will once again be resolved by default. 9 * All constants in all libraries will once again be resolved by default.
5 * Added a new `resolveAllLibraries` option to `Resolver#resolve` and 10 * Added a new `resolveAllLibraries` option to `Resolver#resolve` and
6 `Resolvers#get`. If `false` is passed then constants will not be resolved in 11 `Resolvers#get`. If `false` is passed then constants will not be resolved in
7 non entry points. This saves significant time if constants are not needed. 12 non entry points. This saves significant time if constants are not needed.
8 * Added a `useSharedSources` option to `Resolvers`. This gives a significant 13 * Added a `useSharedSources` option to `Resolvers`. This gives a significant
9 speed increase, but must be used carefully. 14 speed increase, but must be used carefully.
10 * If used, then all `Resolver` instances created from the same `Resolvers` 15 * If used, then all `Resolver` instances created from the same `Resolvers`
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 121
117 * Widen the constraint on source_maps. 122 * Widen the constraint on source_maps.
118 123
119 ## 0.2.0+1 124 ## 0.2.0+1
120 125
121 * Widen the constraint on barback. 126 * Widen the constraint on barback.
122 127
123 ## 0.2.0 128 ## 0.2.0
124 129
125 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 130 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/assets.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698