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

Side by Side Diff: CHANGELOG.md

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 3 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 | « .gitignore ('k') | karma.conf.js » ('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
4 - add support for AMD modules and make it the default.
5 - precompile the SDK in AMD, CommonJS, and ES6 flavors.
6 - legacy module format is deprecated.
7
3 ## 0.1.24 8 ## 0.1.24
4 - workaround breaking change on requestAnimationFrame 9 - workaround breaking change on requestAnimationFrame
5 10
6 ## 0.1.23 11 ## 0.1.23
7 - updates for the latest analyzer 12 - updates for the latest analyzer
8 - removal of deprecated functionality (server mode) in prep for refactoring 13 - removal of deprecated functionality (server mode) in prep for refactoring
9 14
10 ## 0.1.22 15 ## 0.1.22
11 - fixes to support the latest analyzer 16 - fixes to support the latest analyzer
12 - improvements in compile speed 17 - improvements in compile speed
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 - added an `--html-report` option to create a file summarizing compilation 62 - added an `--html-report` option to create a file summarizing compilation
58 issues 63 issues
59 - added a `-f` alias to the `--force-compile` command line option 64 - added a `-f` alias to the `--force-compile` command line option
60 - removed many info level messages that were informational to the DDC team 65 - removed many info level messages that were informational to the DDC team
61 66
62 ## 0.1.9 67 ## 0.1.9
63 68
64 ## 0.1.8 69 ## 0.1.8
65 - added a `--version` command-line option 70 - added a `--version` command-line option
66 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc` 71 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc`
OLDNEW
« no previous file with comments | « .gitignore ('k') | karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698