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

Side by Side Diff: pkg/dev_compiler/CHANGELOG.md

Issue 2527433002: remove unused DDC --package-paths options and MultiPackageResolver (Closed)
Patch Set: merge Created 4 years, 1 month 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 | pkg/dev_compiler/lib/src/analyzer/context.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 # dev_compiler changelog 1 # dev_compiler changelog
2 2
3 ## next release 3 ## next release
4 - add support for AMD modules and make it the default. 4 - add support for AMD modules and make it the default.
5 - precompile the SDK in AMD, CommonJS, and ES6 flavors. 5 - precompile the SDK in AMD, CommonJS, and ES6 flavors.
6 - legacy module format is deprecated. 6 - legacy module format is deprecated.
7 - remove --package-paths option
7 8
8 ## 0.1.24 9 ## 0.1.24
9 - workaround breaking change on requestAnimationFrame 10 - workaround breaking change on requestAnimationFrame
10 11
11 ## 0.1.23 12 ## 0.1.23
12 - updates for the latest analyzer 13 - updates for the latest analyzer
13 - removal of deprecated functionality (server mode) in prep for refactoring 14 - removal of deprecated functionality (server mode) in prep for refactoring
14 15
15 ## 0.1.22 16 ## 0.1.22
16 - fixes to support the latest analyzer 17 - fixes to support the latest analyzer
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 - added an `--html-report` option to create a file summarizing compilation 63 - added an `--html-report` option to create a file summarizing compilation
63 issues 64 issues
64 - added a `-f` alias to the `--force-compile` command line option 65 - added a `-f` alias to the `--force-compile` command line option
65 - removed many info level messages that were informational to the DDC team 66 - removed many info level messages that were informational to the DDC team
66 67
67 ## 0.1.9 68 ## 0.1.9
68 69
69 ## 0.1.8 70 ## 0.1.8
70 - added a `--version` command-line option 71 - added a `--version` command-line option
71 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc` 72 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc`
OLDNEW
« no previous file with comments | « no previous file | pkg/dev_compiler/lib/src/analyzer/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698