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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/build/script_compactor.dart » ('j') | lib/build/script_compactor.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #### 0.10.3
2 * Added `generateWebComponentsBootstrap` method to the main `web_components`
3 transformer file which accepts a `Transform` and a `Resolver`. You can use
4 this function from any transformer and share the resolver you already have.
5 * Fixed up the bootstrap call in `ScriptCompactor` to not use `=>` syntax
6 since it has a declared return type of `void`. This could previously cause
7 a checked mode error if the original program returned something from `main`.
8
1 #### 0.10.2+1 9 #### 0.10.2+1
2 * Minor cleanup to changelog and tests. 10 * Minor cleanup to changelog and tests.
3 * ImportInliner now throws warnings instead of errors. 11 * ImportInliner now throws warnings instead of errors.
4 12
5 #### 0.10.2 13 #### 0.10.2
6 * Added the `HtmlImport` annotation. This can be added to any library 14 * Added the `HtmlImport` annotation. This can be added to any library
7 declaration and it will inject an html import to the specified path into the 15 declaration and it will inject an html import to the specified path into the
8 head of the current document, which allows dart files to declare their html 16 head of the current document, which allows dart files to declare their html
9 dependencies. Paths can be relative to the current dart file or they can be 17 dependencies. Paths can be relative to the current dart file or they can be
10 in `package:` form. 18 in `package:` form.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 127 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
120 breaking changes so we are republishing it in 0.4.0) 128 breaking changes so we are republishing it in 0.4.0)
121 129
122 #### 0.3.5 130 #### 0.3.5
123 * Added `registerDartType` to register a Dart API for a custom-element written 131 * Added `registerDartType` to register a Dart API for a custom-element written
124 in Javascript. 132 in Javascript.
125 * Updated to platform 0.3.3-29065bc 133 * Updated to platform 0.3.3-29065bc
126 134
127 #### 0.3.4 135 #### 0.3.4
128 * Updated to platform 0.2.4 (see lib/build.log for details) 136 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« 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