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

Side by Side Diff: CHANGELOG.md

Issue 978453003: add option to ImportCrawler to start from an already parsed document (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: 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_crawler.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.5
2 * Update `ImportCrawler` with support for pre-parsed initial documents. This
3 allows it to work better with other transformers in the same step (you can
4 pass in a modified document).
5
1 #### 0.10.4+2 6 #### 0.10.4+2
2 * Fix `@CustomElement` test in internet explorer. 7 * Fix `@CustomElement` test in internet explorer.
3 8
4 #### 0.10.4+1 9 #### 0.10.4+1
5 * Update `initialize` lower bound to get bug fixes. 10 * Update `initialize` lower bound to get bug fixes.
6 * Make sure to always use `path.url` in transformers. 11 * Make sure to always use `path.url` in transformers.
7 12
8 #### 0.10.4 13 #### 0.10.4
9 * Added `CustomElement` annotation. This can be added to any class to register 14 * Added `CustomElement` annotation. This can be added to any class to register
10 it with a tag in the main document. 15 it with a tag in the main document.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 148 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
144 breaking changes so we are republishing it in 0.4.0) 149 breaking changes so we are republishing it in 0.4.0)
145 150
146 #### 0.3.5 151 #### 0.3.5
147 * Added `registerDartType` to register a Dart API for a custom-element written 152 * Added `registerDartType` to register a Dart API for a custom-element written
148 in Javascript. 153 in Javascript.
149 * Updated to platform 0.3.3-29065bc 154 * Updated to platform 0.3.3-29065bc
150 155
151 #### 0.3.4 156 #### 0.3.4
152 * Updated to platform 0.2.4 (see lib/build.log for details) 157 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/build/import_crawler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698