| OLD | NEW |
| 1 ## 0.27.1 |
| 2 * Moved the public and private API's for the element model into their proper pla
ces. |
| 3 |
| 1 ## 0.27.0 | 4 ## 0.27.0 |
| 2 * Support for DEP 37 (Assert with optional message). | 5 * Support for DEP 37 (Assert with optional message). |
| 3 * Lexical support for DEP 40 (Interface libraries). This does not include any se
mantic checking to ensure that the | 6 * Lexical support for DEP 40 (Interface libraries). This does not include any se
mantic checking to ensure that the |
| 4 implementation libraries are compatible with the interface library. | 7 implementation libraries are compatible with the interface library. |
| 5 * Cleaned up the initialization of plugins. Clients are now required to initiali
ze plugins, possibly using the utility | 8 * Cleaned up the initialization of plugins. Clients are now required to initiali
ze plugins, possibly using the utility |
| 6 method AnalysisEngine.processRequiredPlugins(). | 9 method AnalysisEngine.processRequiredPlugins(). |
| 7 * Removed the old task model and code that supported it. None of the removed cod
e was intended to be public API, but | 10 * Removed the old task model and code that supported it. None of the removed cod
e was intended to be public API, but |
| 8 might be in use anyway. | 11 might be in use anyway. |
| 9 * Removed previously deprecated API's (marked with the @deprecated annotation). | 12 * Removed previously deprecated API's (marked with the @deprecated annotation). |
| 10 | 13 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 ## 0.22.0 | 128 ## 0.22.0 |
| 126 | 129 |
| 127 New API: | 130 New API: |
| 128 | 131 |
| 129 * `Source.uri` added. | 132 * `Source.uri` added. |
| 130 | 133 |
| 131 Breaking changes: | 134 Breaking changes: |
| 132 | 135 |
| 133 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 136 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 134 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 137 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |