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

Side by Side Diff: CHANGELOG.md

Issue 865293002: support basic identifiers in constructors (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: rebase Created 5 years, 11 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/transformer.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.2.0-dev 1 ## 0.2.0-dev
2 2
3 * `entryPoint` and `newEntryPoint` transformer options were renamed to 3 * `entryPoint` and `newEntryPoint` transformer options were renamed to
4 `entry_point` and `new_entry_pont`. 4 `entry_point` and `new_entry_pont`.
5 5
6 * Added `html_entry_point` option to the transformer. This will search that file 6 * Added `html_entry_point` option to the transformer. This will search that file
7 for any script tag whose src is `entry_point` and rewrite it to point at the 7 for any script tag whose src is `entry_point` and rewrite it to point at the
8 bootstrapped file `new_entry_point`. 8 bootstrapped file `new_entry_point`.
9 9
10 * Top level properties and static class properties are now supported in
11 initializer constructors, as well as List and Map literals,
12 [5](https://github.com/dart-lang/initialize/issues/5).
13
14
10 ## 0.1.0+1 15 ## 0.1.0+1
11 16
12 Quick fix for the transformer on windows. 17 Quick fix for the transformer on windows.
13 18
14 ## 0.1.0 19 ## 0.1.0
15 20
16 Initial beta release. There is one notable missing feature in the release 21 Initial beta release. There is one notable missing feature in the release
17 regarding constructor arguments, see 22 regarding constructor arguments, see
18 [5](https://github.com/dart-lang/initialize/issues/5). 23 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « no previous file | lib/transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698