| OLD | NEW |
| 1 ## 0.26.1+16 |
| 2 * (Internal) Options validation plugin API update. |
| 3 |
| 1 ## 0.26.1+15 | 4 ## 0.26.1+15 |
| 2 * (Internal) Provisional options validation plugin API. | 5 * (Internal) Provisional options validation plugin API. |
| 3 | 6 |
| 4 ## 0.26.1+13 | 7 ## 0.26.1+13 |
| 5 * (Internal) Plugin processing fixes. | 8 * (Internal) Plugin processing fixes. |
| 6 | 9 |
| 7 ## 0.26.1+11 | 10 ## 0.26.1+11 |
| 8 * Fixes to address lint registry memory leaking. | 11 * Fixes to address lint registry memory leaking. |
| 9 | 12 |
| 10 ## 0.26.1+10 | 13 ## 0.26.1+10 |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 ## 0.22.0 | 103 ## 0.22.0 |
| 101 | 104 |
| 102 New API: | 105 New API: |
| 103 | 106 |
| 104 * `Source.uri` added. | 107 * `Source.uri` added. |
| 105 | 108 |
| 106 Breaking changes: | 109 Breaking changes: |
| 107 | 110 |
| 108 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 111 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 109 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 112 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |