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