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