OLD | NEW |
| 1 ## 0.26.1+5 |
| 2 * Plugin configuration `ErrorHandler` typedef API fix. |
| 3 |
1 ## 0.26.1+4 | 4 ## 0.26.1+4 |
2 * Provisional (internal) support for plugin configuration via `.analysis_options
`. | 5 * Provisional (internal) support for plugin configuration via `.analysis_options
`. |
3 | 6 |
4 ## 0.26.1+2 | 7 ## 0.26.1+2 |
5 | 8 |
6 * Extension point for WorkManagerFactory(s). | 9 * Extension point for WorkManagerFactory(s). |
7 * Resolve enum documentation comments. | 10 * Resolve enum documentation comments. |
8 * Fix display of parameter lists in servers Element structure (issue 24194) | 11 * Fix display of parameter lists in servers Element structure (issue 24194) |
9 * Band-aid fix for issue #24191. | 12 * Band-aid fix for issue #24191. |
10 | 13 |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 ## 0.22.0 | 80 ## 0.22.0 |
78 | 81 |
79 New API: | 82 New API: |
80 | 83 |
81 * `Source.uri` added. | 84 * `Source.uri` added. |
82 | 85 |
83 Breaking changes: | 86 Breaking changes: |
84 | 87 |
85 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 88 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
86 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 89 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |