OLD | NEW |
1 ## 0.29.0-alpha.0 | |
2 * Removed `Element.docRange`. | |
3 | |
4 ## 0.28.0-alpha.2 | 1 ## 0.28.0-alpha.2 |
5 * Fixed PubSummaryManager linking when a listed package does not have the unlink
ed bundle. | 2 * Fixed PubSummaryManager linking when a listed package does not have the unlink
ed bundle. |
6 | 3 |
7 ## 0.27.4-alpha.19 | 4 ## 0.27.4-alpha.19 |
8 * Added support for running the dev compiler in the browser. | 5 * Added support for running the dev compiler in the browser. |
9 | 6 |
10 ## 0.27.4-alpha.18 | 7 ## 0.27.4-alpha.18 |
11 * Support for references to operators in doc comments (#26929). | 8 * Support for references to operators in doc comments (#26929). |
12 | 9 |
13 ## 0.27.4-alpha.17 | 10 ## 0.27.4-alpha.17 |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 ## 0.22.0 | 156 ## 0.22.0 |
160 | 157 |
161 New API: | 158 New API: |
162 | 159 |
163 * `Source.uri` added. | 160 * `Source.uri` added. |
164 | 161 |
165 Breaking changes: | 162 Breaking changes: |
166 | 163 |
167 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 164 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
168 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 165 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |