File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 52
52
53
53
* Pub
54
54
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
+
55
67
* ` pub run ` and ` pub global run `
56
68
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
+
57
73
* Faster start time for executables that don't import transformed code.
58
74
59
75
* Binstubs for globally-activated executables are now written in the system
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ vars = {
84
84
"ply_rev" : "@604b32590ffad5cbb82e4afef1d305512d06ae93" ,
85
85
"plugin_tag" : "@0.1.0" ,
86
86
"pool_rev" : "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f" ,
87
- "pub_rev" : "@bc776a2e1364b5004d8e2601b2bafb8f93c6a396 " ,
87
+ "pub_rev" : "@4cc9aa3e6fd29c70b0929f3a827030b8a2ce0c7f " ,
88
88
"pub_cache_tag" : "@v0.1.0" ,
89
89
"pub_semver_tag" : "@1.2.1" ,
90
90
"quiver_tag" : "@0.21.4" ,
You can’t perform that action at this time.
0 commit comments