| OLD | NEW |
| 1 ## 0.27.4-alpha.8 |
| 2 * Ignore processing performance improvements. |
| 3 * EmbedderUriResolver API updates. |
| 4 |
| 1 ## 0.27.4 | 5 ## 0.27.4 |
| 2 | 6 |
| 3 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi
s_options' files. | 7 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi
s_options' files. |
| 4 | 8 |
| 5 ## 0.27.1 | 9 ## 0.27.1 |
| 6 * Moved the public and private API's for the element model into their proper pla
ces. | 10 * Moved the public and private API's for the element model into their proper pla
ces. |
| 7 * Added back support for auto-processing of plugins. | 11 * Added back support for auto-processing of plugins. |
| 8 | 12 |
| 9 ## 0.27.0 | 13 ## 0.27.0 |
| 10 * Support for DEP 37 (Assert with optional message). | 14 * Support for DEP 37 (Assert with optional message). |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 ## 0.22.0 | 137 ## 0.22.0 |
| 134 | 138 |
| 135 New API: | 139 New API: |
| 136 | 140 |
| 137 * `Source.uri` added. | 141 * `Source.uri` added. |
| 138 | 142 |
| 139 Breaking changes: | 143 Breaking changes: |
| 140 | 144 |
| 141 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 145 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 142 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 146 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |