| OLD | NEW |
| 1 #### 0.10.6 | 1 #### 0.11.0 |
| 2 * Add `bindingStartDelimiters` option to the `ImportInlinerTransformer`. Any | 2 * Add `bindingStartDelimiters` option to the `ImportInlinerTransformer`. Any |
| 3 urls which contain any of the supplied delimiters before the first `/` will | 3 urls which contain any of the supplied delimiters before the first `/` will |
| 4 be left alone since they can't be reasoned about. If you want these urls to | 4 be left alone since they can't be reasoned about. If you want these urls to |
| 5 be treated as relative to the current path you should add a `./` in front. | 5 be treated as relative to the current path you should add a `./` in front. |
| 6 * The `ScriptCompactorTransformer` now names its bootstrap file based on the |
| 7 entry point html file, instead of the original dart file. This is ensure it |
| 8 is the original package. |
| 6 | 9 |
| 7 #### 0.10.5+3 | 10 #### 0.10.5+3 |
| 8 * Fix normalization of relative paths inside of deep relative imports, | 11 * Fix normalization of relative paths inside of deep relative imports, |
| 9 https://github.com/dart-lang/polymer-dart/issues/30. | 12 https://github.com/dart-lang/polymer-dart/issues/30. |
| 10 * Update analyzer and code_transformers versions and use new mock sdk from | 13 * Update analyzer and code_transformers versions and use new mock sdk from |
| 11 code_transformers. | 14 code_transformers. |
| 12 | 15 |
| 13 #### 0.10.5+2 | 16 #### 0.10.5+2 |
| 14 * Append html imports in front of the dart script tag, if one exists in | 17 * Append html imports in front of the dart script tag, if one exists in |
| 15 `document.head`. | 18 `document.head`. |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 170 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 168 breaking changes so we are republishing it in 0.4.0) | 171 breaking changes so we are republishing it in 0.4.0) |
| 169 | 172 |
| 170 #### 0.3.5 | 173 #### 0.3.5 |
| 171 * Added `registerDartType` to register a Dart API for a custom-element written | 174 * Added `registerDartType` to register a Dart API for a custom-element written |
| 172 in Javascript. | 175 in Javascript. |
| 173 * Updated to platform 0.3.3-29065bc | 176 * Updated to platform 0.3.3-29065bc |
| 174 | 177 |
| 175 #### 0.3.4 | 178 #### 0.3.4 |
| 176 * Updated to platform 0.2.4 (see lib/build.log for details) | 179 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |