| OLD | NEW |
| 1 #### 0.10.5 |
| 2 * 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 |
| 4 pass in a modified document). |
| 5 |
| 1 #### 0.10.4+2 | 6 #### 0.10.4+2 |
| 2 * Fix `@CustomElement` test in internet explorer. | 7 * Fix `@CustomElement` test in internet explorer. |
| 3 | 8 |
| 4 #### 0.10.4+1 | 9 #### 0.10.4+1 |
| 5 * Update `initialize` lower bound to get bug fixes. | 10 * Update `initialize` lower bound to get bug fixes. |
| 6 * Make sure to always use `path.url` in transformers. | 11 * Make sure to always use `path.url` in transformers. |
| 7 | 12 |
| 8 #### 0.10.4 | 13 #### 0.10.4 |
| 9 * Added `CustomElement` annotation. This can be added to any class to register | 14 * Added `CustomElement` annotation. This can be added to any class to register |
| 10 it with a tag in the main document. | 15 it with a tag in the main document. |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 148 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 144 breaking changes so we are republishing it in 0.4.0) | 149 breaking changes so we are republishing it in 0.4.0) |
| 145 | 150 |
| 146 #### 0.3.5 | 151 #### 0.3.5 |
| 147 * Added `registerDartType` to register a Dart API for a custom-element written | 152 * Added `registerDartType` to register a Dart API for a custom-element written |
| 148 in Javascript. | 153 in Javascript. |
| 149 * Updated to platform 0.3.3-29065bc | 154 * Updated to platform 0.3.3-29065bc |
| 150 | 155 |
| 151 #### 0.3.4 | 156 #### 0.3.4 |
| 152 * Updated to platform 0.2.4 (see lib/build.log for details) | 157 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |