| OLD | NEW |
| 1 ## 0.28.0-alpha.2 |
| 2 * Fixed PubSummaryManager linking when a listed package does not have the unlink
ed bundle. |
| 3 |
| 1 ## 0.27.4-alpha.19 | 4 ## 0.27.4-alpha.19 |
| 2 * Added support for running the dev compiler in the browser. | 5 * Added support for running the dev compiler in the browser. |
| 3 | 6 |
| 4 ## 0.27.4-alpha.18 | 7 ## 0.27.4-alpha.18 |
| 5 * Support for references to operators in doc comments (#26929). | 8 * Support for references to operators in doc comments (#26929). |
| 6 | 9 |
| 7 ## 0.27.4-alpha.17 | 10 ## 0.27.4-alpha.17 |
| 8 * Support for trailing commas in parameter and argument lists (#26647). | 11 * Support for trailing commas in parameter and argument lists (#26647). |
| 9 * Strong mode breaking change: can now infer generic type arguments from the con
structor invocation arguments (#25220). | 12 * Strong mode breaking change: can now infer generic type arguments from the con
structor invocation arguments (#25220). |
| 10 | 13 |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 ## 0.22.0 | 156 ## 0.22.0 |
| 154 | 157 |
| 155 New API: | 158 New API: |
| 156 | 159 |
| 157 * `Source.uri` added. | 160 * `Source.uri` added. |
| 158 | 161 |
| 159 Breaking changes: | 162 Breaking changes: |
| 160 | 163 |
| 161 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 164 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 162 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 165 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |