| OLD | NEW |
| 1 #### 0.10.5+1 |
| 2 * Fix @HtmlImport with relative paths from within folders in deployment mode. |
| 3 |
| 1 #### 0.10.5 | 4 #### 0.10.5 |
| 2 * Update `ImportCrawler` with support for pre-parsed initial documents. This | 5 * Update `ImportCrawler` with support for pre-parsed initial documents. This |
| 3 allows it to work better with other transformers in the same step (you can | 6 allows it to work better with other transformers in the same step (you can |
| 4 pass in a modified document). | 7 pass in a modified document). |
| 5 | 8 |
| 6 #### 0.10.4+2 | 9 #### 0.10.4+2 |
| 7 * Fix `@CustomElement` test in internet explorer. | 10 * Fix `@CustomElement` test in internet explorer. |
| 8 | 11 |
| 9 #### 0.10.4+1 | 12 #### 0.10.4+1 |
| 10 * Update `initialize` lower bound to get bug fixes. | 13 * Update `initialize` lower bound to get bug fixes. |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 151 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 149 breaking changes so we are republishing it in 0.4.0) | 152 breaking changes so we are republishing it in 0.4.0) |
| 150 | 153 |
| 151 #### 0.3.5 | 154 #### 0.3.5 |
| 152 * Added `registerDartType` to register a Dart API for a custom-element written | 155 * Added `registerDartType` to register a Dart API for a custom-element written |
| 153 in Javascript. | 156 in Javascript. |
| 154 * Updated to platform 0.3.3-29065bc | 157 * Updated to platform 0.3.3-29065bc |
| 155 | 158 |
| 156 #### 0.3.4 | 159 #### 0.3.4 |
| 157 * Updated to platform 0.2.4 (see lib/build.log for details) | 160 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |