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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/build/import_inliner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59705c9fd3205804add750a193ca14c76dd8d414..8c0c07bc7953d82d1d0f34402f1e755b3506ada8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+#### 0.10.6
+ * Add `bindingStartDelimiters` option to the `ImportInlinerTransformer`. Any
+ urls which contain any of the supplied delimiters before the first `/` will
+ be left alone since they can't be reasoned about. If you want these urls to
+ be treated as relative to the current path you should add a `./` in front.
+
#### 0.10.5+3
* Fix normalization of relative paths inside of deep relative imports,
https://github.com/dart-lang/polymer-dart/issues/30.
« 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