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

Side by Side Diff: CHANGELOG.md

Issue 973073003: fix a few issues around exported libraries (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: use .path instead of .toString 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/src/mirror_loader.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.5.1+2
2
3 * Fix handling of exported libraries. Specifically, annotations on exported
4 libraries will now be reached and imports in exported libraries will now be
5 reached.
6 * Add support for scripts living in html imports without adding an html
7 dependency by crawling all libraries in the mirror system in reverse order,
8 instead of just the root one.
9
1 ## 0.5.1+1 10 ## 0.5.1+1
2 11
3 * Make sure to always use `path.url` in the transformer. 12 * Make sure to always use `path.url` in the transformer.
4 13
5 ## 0.5.1 14 ## 0.5.1
6 15
7 * Added support for more types of expressions in constructor annotations. More 16 * Added support for more types of expressions in constructor annotations. More
8 specifically, any const expressions that evaluate to a `String`, `int`, 17 specifically, any const expressions that evaluate to a `String`, `int`,
9 `double`, or `bool` are now allowed. The evaluated value is what will be inlined 18 `double`, or `bool` are now allowed. The evaluated value is what will be inlined
10 in the bootstrap file in this case. 19 in the bootstrap file in this case.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 70
62 ## 0.1.0+1 71 ## 0.1.0+1
63 72
64 Quick fix for the transformer on windows. 73 Quick fix for the transformer on windows.
65 74
66 ## 0.1.0 75 ## 0.1.0
67 76
68 Initial beta release. There is one notable missing feature in the release 77 Initial beta release. There is one notable missing feature in the release
69 regarding constructor arguments, see 78 regarding constructor arguments, see
70 [5](https://github.com/dart-lang/initialize/issues/5). 79 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « no previous file | lib/src/mirror_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698