OLD | NEW |
1 ## Next release | 1 ## 0.27.4-alpha.17 |
| 2 * Support for trailing commas in parameter and argument lists (#26647). |
2 * Strong mode breaking change: can now infer generic type arguments from the con
structor invocation arguments (#25220). | 3 * Strong mode breaking change: can now infer generic type arguments from the con
structor invocation arguments (#25220). |
3 | 4 |
4 ## 0.27.4-alpha.16 | 5 ## 0.27.4-alpha.16 |
5 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. | 6 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. |
6 | 7 |
7 ## 0.27.4-alpha.9 | 8 ## 0.27.4-alpha.9 |
8 * Restore EmbedderUriResolver API. | 9 * Restore EmbedderUriResolver API. |
9 | 10 |
10 ## 0.27.4-alpha.8 | 11 ## 0.27.4-alpha.8 |
11 * Ignore processing performance improvements. | 12 * Ignore processing performance improvements. |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 ## 0.22.0 | 147 ## 0.22.0 |
147 | 148 |
148 New API: | 149 New API: |
149 | 150 |
150 * `Source.uri` added. | 151 * `Source.uri` added. |
151 | 152 |
152 Breaking changes: | 153 Breaking changes: |
153 | 154 |
154 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 155 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
155 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 156 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |