Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: CHANGELOG.md

Issue 1014423002: add option to pass in bindings delimiters (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: format Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/build/import_inliner.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #### 0.10.6
2 * Add `bindingStartDelimiters` option to the `ImportInlinerTransformer`. Any
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
5 be treated as relative to the current path you should add a `./` in front.
6
1 #### 0.10.5+3 7 #### 0.10.5+3
2 * Fix normalization of relative paths inside of deep relative imports, 8 * Fix normalization of relative paths inside of deep relative imports,
3 https://github.com/dart-lang/polymer-dart/issues/30. 9 https://github.com/dart-lang/polymer-dart/issues/30.
4 * Update analyzer and code_transformers versions and use new mock sdk from 10 * Update analyzer and code_transformers versions and use new mock sdk from
5 code_transformers. 11 code_transformers.
6 12
7 #### 0.10.5+2 13 #### 0.10.5+2
8 * Append html imports in front of the dart script tag, if one exists in 14 * Append html imports in front of the dart script tag, if one exists in
9 `document.head`. 15 `document.head`.
10 16
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 167 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
162 breaking changes so we are republishing it in 0.4.0) 168 breaking changes so we are republishing it in 0.4.0)
163 169
164 #### 0.3.5 170 #### 0.3.5
165 * Added `registerDartType` to register a Dart API for a custom-element written 171 * Added `registerDartType` to register a Dart API for a custom-element written
166 in Javascript. 172 in Javascript.
167 * Updated to platform 0.3.3-29065bc 173 * Updated to platform 0.3.3-29065bc
168 174
169 #### 0.3.4 175 #### 0.3.4
170 * Updated to platform 0.2.4 (see lib/build.log for details) 176 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/build/import_inliner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698