| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |