Skip to content

Commit 7c06881

Browse files
committed
1 parent c0b6625 commit 7c06881

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,24 @@
5252

5353
* Pub
5454

55+
* **Breaking:** various commands that previously ran `pub get` implicitly no
56+
longer do so. Instead, they merely check to make sure the ".packages" file
57+
is newer than the pubspec and the lock file, and fail if it's not.
58+
59+
* Added support for `--verbosity=error` and `--verbosity=warning`.
60+
61+
* `pub serve` now collapses multiple GET requests into a single line of
62+
output. For full output, use `--verbose`.
63+
64+
* `pub deps` has improved formatting for circular dependencies on the
65+
entrypoint package.
66+
5567
* `pub run` and `pub global run`
5668

69+
* **Breaking:** to match the behavior of the Dart VM, executables no longer
70+
run in checked mode by default. A `--checked` flag has been added to run
71+
them in checked mode manually.
72+
5773
* Faster start time for executables that don't import transformed code.
5874

5975
* Binstubs for globally-activated executables are now written in the system

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ vars = {
8484
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
8585
"plugin_tag": "@0.1.0",
8686
"pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
87-
"pub_rev": "@bc776a2e1364b5004d8e2601b2bafb8f93c6a396",
87+
"pub_rev": "@4cc9aa3e6fd29c70b0929f3a827030b8a2ce0c7f",
8888
"pub_cache_tag": "@v0.1.0",
8989
"pub_semver_tag": "@1.2.1",
9090
"quiver_tag": "@0.21.4",

0 commit comments

Comments
 (0)