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

Side by Side Diff: CHANGELOG.md

Issue 1569783006: Bump the version number and re-baseline codegen/expect (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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/devc.dart » ('j') | package.json » ('J')
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 ## 0.1.14
4 - updates to unpin analyzer and move forward to ^0.27.1+2
5
3 ## 0.1.13 6 ## 0.1.13
4 - various fixes in js codegen 7 - various fixes in js codegen
5 - pinned to analyzer 0.26.2+1 to avoid breaking upstream changes 8 - pinned to analyzer 0.26.2+1 to avoid breaking upstream changes
6 9
7 ## 0.1.12 10 ## 0.1.12
8 - fixes for babel 11 - fixes for babel
9 - fixes toward new js interop 12 - fixes toward new js interop
10 13
11 ## 0.1.11 14 ## 0.1.11
12 - moved js runtime files to lib/runtime/dart (`dart_runtime.js` -> `dart/_runtim e.js`) 15 - moved js runtime files to lib/runtime/dart (`dart_runtime.js` -> `dart/_runtim e.js`)
13 - bug fix to source maps 16 - bug fix to source maps
14 - initial support for f-bound quantification patterns 17 - initial support for f-bound quantification patterns
15 18
16 ## 0.1.10 19 ## 0.1.10
17 - added an `--html-report` option to create a file summarizing compilation 20 - added an `--html-report` option to create a file summarizing compilation
18 issues 21 issues
19 - added a `-f` alias to the `--force-compile` command line option 22 - added a `-f` alias to the `--force-compile` command line option
20 - removed many info level messages that were informational to the DDC team 23 - removed many info level messages that were informational to the DDC team
21 24
22 ## 0.1.9 25 ## 0.1.9
23 26
24 ## 0.1.8 27 ## 0.1.8
25 - added a `--version` command-line option 28 - added a `--version` command-line option
26 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc` 29 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc`
OLDNEW
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698