| OLD | NEW |
| 1 ## 0.6.2+6 |
| 2 |
| 3 * Small bug fixes for https://github.com/dart-lang/web-components/issues/54. |
| 4 |
| 5 ## 0.6.2+5 |
| 6 |
| 7 * Update analyzer minimum version to `0.27.2`. |
| 8 |
| 9 ## 0.6.2+4 |
| 10 |
| 11 * Stop using deprecated analyzer apis. |
| 12 |
| 13 ## 0.6.2+3 |
| 14 |
| 15 * Update code_transformers, analyzer, and html version constraints. |
| 16 |
| 17 ## 0.6.2+2 |
| 18 |
| 19 * Update `transformer_test` dep to `0.2.x`. |
| 20 |
| 21 ## 0.6.2+1 |
| 22 |
| 23 * Add support for code_transformers `0.4.x`. |
| 24 |
| 25 ## 0.6.2 |
| 26 |
| 27 * Update analyzer to `>=0.27.0 <0.28.0`. |
| 28 |
| 1 ## 0.6.1+2 | 29 ## 0.6.1+2 |
| 2 | 30 |
| 3 * Update analyzer to `<0.27.0` and dart_style to `<0.3.0`. | 31 * Update analyzer to `<0.27.0` and dart_style to `<0.3.0`. |
| 4 | 32 |
| 5 ## 0.6.1+1 | 33 ## 0.6.1+1 |
| 6 | 34 |
| 7 * Update to work with deferred loaded libararies in reflective mode, (but not | 35 * Update to work with deferred loaded libararies in reflective mode, (but not |
| 8 yet in the transformer). | 36 yet in the transformer). |
| 9 | 37 |
| 10 ## 0.6.1 | 38 ## 0.6.1 |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 | 176 |
| 149 ## 0.1.0+1 | 177 ## 0.1.0+1 |
| 150 | 178 |
| 151 Quick fix for the transformer on windows. | 179 Quick fix for the transformer on windows. |
| 152 | 180 |
| 153 ## 0.1.0 | 181 ## 0.1.0 |
| 154 | 182 |
| 155 Initial beta release. There is one notable missing feature in the release | 183 Initial beta release. There is one notable missing feature in the release |
| 156 regarding constructor arguments, see | 184 regarding constructor arguments, see |
| 157 [5](https://github.com/dart-lang/initialize/issues/5). | 185 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |