| OLD | NEW |
| 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` |
| OLD | NEW |