Skip to content

Commit 662ea5c

Browse files
authored
update pubspec/changelog for 2.0.0 release (#296)
1 parent 918cb75 commit 662ea5c

File tree

3 files changed

+25
-28
lines changed

3 files changed

+25
-28
lines changed

webdev/CHANGELOG.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
1-
## 2.0.0-dev
1+
## 2.0.0
22

3-
- The daemon command now logs build events through `daemon.log`.
3+
## Breaking Changes
44

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.
295
- 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.
3027

3128
## 1.0.1
3229

webdev/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: webdev
2-
version: 2.0.0-dev
2+
version: 2.0.0
33
author: Dart Team <misc@dartlang.org>
44
homepage: https://github.com/dart-lang/webdev
55
description: >-

0 commit comments

Comments
 (0)