|
1 | | -## 2.0.0-dev |
| 1 | +## 2.0.0 |
2 | 2 |
|
3 | | -- The daemon command now logs build events through `daemon.log`. |
| 3 | +## Breaking Changes |
4 | 4 |
|
5 | | -## 2.0.0-alpha.4 |
6 | | - |
7 | | -- Fix an NPE is the reload logic. |
8 | | -- Shutdown the daemon process when the corresponding application is closed. |
9 | | - |
10 | | -## 2.0.0-alpha.3 |
11 | | - |
12 | | -- Lots of small daemon mode bug fixes. |
13 | | -- Allow build_web_compilers 2.x. |
14 | | - |
15 | | -## 2.0.0-alpha.2 |
16 | | - |
17 | | -- Open up devtools with the full uri instead of just the port. This is required |
18 | | - for the latest proxy because it contains a unique token in the uri for each |
19 | | - instance of the service. |
20 | | - |
21 | | -## 2.0.0-alpha.1 |
22 | | - |
23 | | -- Hot restart will now invoke the `ext.flutter.disassemble` service extension if |
24 | | - it exists, and wait for that result to complete before reloading modules. |
25 | | - |
26 | | -## 2.0.0-alpha.0 |
27 | | - |
28 | | -- Support building with `package:build_daemon` through `serve` command. |
29 | 5 | - The `serve` command will now only serve `web` by default. |
| 6 | +- Deprecated the `--hot-reload` and `--live-reload` flags, in favor of the new |
| 7 | + `--auto=<action>` option which performs an action whenever a build completes. |
| 8 | + - The current supported actions are `restart` and `refresh`, which correspond |
| 9 | + to the old `--hot-reload` and `--live-reload` flags. |
| 10 | +- Support building with `package:build_daemon`. This allows shared builds as |
| 11 | + long as the build arguments are compatible. |
| 12 | + - This should not affect most users but might break some workflows. |
| 13 | + - Prompts are not supported, so you may have to pass the |
| 14 | + `-- --delete-conflicting-outputs` argument if you used to hit `y` at the |
| 15 | + prompt. |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +- Added the `--debug` flag. |
| 20 | + - Runs a proxy dart vm service with limited functionality, which talks to the |
| 21 | + running in chrome. |
| 22 | + - Enables [devtools](https://github.com/flutter/devtools) for web apps. |
| 23 | + - For regular web apps currently this doesn't actually do anything yet, |
| 24 | + except for supported frameworks which will enable some tabs. |
| 25 | + - Use `alt+d` (or `option+d` on Mac) in the web app to launch devtools. |
| 26 | +- Allow build_web_compilers 2.x. |
30 | 27 |
|
31 | 28 | ## 1.0.1 |
32 | 29 |
|
|
0 commit comments