| OLD | NEW |
| 1 ## 0.26.1+9 |
| 2 * `OptionsProcessor` extension point API changed to pass associated |
| 3 `AnalysisContext` instance into the `optionsProcessed` call-back. |
| 4 |
| 1 ## 0.26.1+6 | 5 ## 0.26.1+6 |
| 2 * Provisional (internal) plugin manifest parsing. | 6 * Provisional (internal) plugin manifest parsing. |
| 3 | 7 |
| 4 ## 0.26.1+5 | 8 ## 0.26.1+5 |
| 5 * Plugin configuration `ErrorHandler` typedef API fix. | 9 * Plugin configuration `ErrorHandler` typedef API fix. |
| 6 | 10 |
| 7 ## 0.26.1+4 | 11 ## 0.26.1+4 |
| 8 * Provisional (internal) support for plugin configuration via `.analysis_options
`. | 12 * Provisional (internal) support for plugin configuration via `.analysis_options
`. |
| 9 | 13 |
| 10 ## 0.26.1+2 | 14 ## 0.26.1+2 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 ## 0.22.0 | 87 ## 0.22.0 |
| 84 | 88 |
| 85 New API: | 89 New API: |
| 86 | 90 |
| 87 * `Source.uri` added. | 91 * `Source.uri` added. |
| 88 | 92 |
| 89 Breaking changes: | 93 Breaking changes: |
| 90 | 94 |
| 91 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 95 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 92 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 96 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |