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

Unified Diff: CHANGELOG.md

Issue 950883003: fix bug in scriptcompactors bootstrap and added transform function which can be used by other trans… (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: Created 5 years, 10 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/script_compactor.dart » ('j') | lib/build/script_compactor.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7703e0a0becf406f2716b33b5d1fe9e9c7bab26c..27f70dc25dcd68b71af3b02a55233fb9b1e1ceba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+#### 0.10.3
+ * Added `generateWebComponentsBootstrap` method to the main `web_components`
+ transformer file which accepts a `Transform` and a `Resolver`. You can use
+ this function from any transformer and share the resolver you already have.
+ * Fixed up the bootstrap call in `ScriptCompactor` to not use `=>` syntax
+ since it has a declared return type of `void`. This could previously cause
+ a checked mode error if the original program returned something from `main`.
+
#### 0.10.2+1
* Minor cleanup to changelog and tests.
* ImportInliner now throws warnings instead of errors.
« no previous file with comments | « no previous file | lib/build/script_compactor.dart » ('j') | lib/build/script_compactor.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698