OLD | NEW |
| 1 ## 0.26.0 |
| 2 |
| 3 * No changes from 0.26.0-alpha.2. |
| 4 |
1 ## 0.26.0-alpha.2 | 5 ## 0.26.0-alpha.2 |
2 | 6 |
3 * Fix highlight range for missing enum constant in switch (issue 23904). | 7 * Fix highlight range for missing enum constant in switch (issue 23904). |
4 * Fix analyzer's treatment of `ClassName?.staticMember` to match spec. | 8 * Fix analyzer's treatment of `ClassName?.staticMember` to match spec. |
5 * Implement DEP 34 (less restricted mixins). | 9 * Implement DEP 34 (less restricted mixins). |
6 * Fix some implementations of `UriResolver.resolveUri(..)` that did not | 10 * Fix some implementations of `UriResolver.resolveUri(..)` that did not |
7 properly handle the new `actualUri` argument. | 11 properly handle the new `actualUri` argument. |
8 | 12 |
9 ## 0.26.0-alpha.1 | 13 ## 0.26.0-alpha.1 |
10 | 14 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 ## 0.22.0 | 61 ## 0.22.0 |
58 | 62 |
59 New API: | 63 New API: |
60 | 64 |
61 * `Source.uri` added. | 65 * `Source.uri` added. |
62 | 66 |
63 Breaking changes: | 67 Breaking changes: |
64 | 68 |
65 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 69 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
66 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 70 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |