| OLD | NEW |
| 1 ## 0.26.1+6 |
| 2 * Provisional (internal) plugin manifest parsing. |
| 3 |
| 1 ## 0.26.1+5 | 4 ## 0.26.1+5 |
| 2 * Plugin configuration `ErrorHandler` typedef API fix. | 5 * Plugin configuration `ErrorHandler` typedef API fix. |
| 3 | 6 |
| 4 ## 0.26.1+4 | 7 ## 0.26.1+4 |
| 5 * Provisional (internal) support for plugin configuration via `.analysis_options
`. | 8 * Provisional (internal) support for plugin configuration via `.analysis_options
`. |
| 6 | 9 |
| 7 ## 0.26.1+2 | 10 ## 0.26.1+2 |
| 8 | 11 |
| 9 * Extension point for WorkManagerFactory(s). | 12 * Extension point for WorkManagerFactory(s). |
| 10 * Resolve enum documentation comments. | 13 * Resolve enum documentation comments. |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 ## 0.22.0 | 83 ## 0.22.0 |
| 81 | 84 |
| 82 New API: | 85 New API: |
| 83 | 86 |
| 84 * `Source.uri` added. | 87 * `Source.uri` added. |
| 85 | 88 |
| 86 Breaking changes: | 89 Breaking changes: |
| 87 | 90 |
| 88 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 91 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 89 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 92 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |