File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,10 @@ Updated the Linter to `0.1.117`, which includes:
151
151
### Pub
152
152
* ` pub run ` and ` pub global run ` accepts a ` --enable-experiment ` flag enabling
153
153
experiments in the Dart VM (and language).
154
+ * ` pub run ` and ` pub global run ` accepts a `--(no-)-sound-null-safety flag, that
155
+ is passed to the VM.
154
156
* Warn when publishing the first null-safe version of a package.
155
157
* ` pub outdated ` :
156
- * Introduce ` --mode=null-safety ` flag that will report which of your
157
- dependencies you can upgrade to fully support null safety.
158
158
* If the current version of a dependency is a prerelease
159
159
version, use prereleases for latest if there is no newer stable.
160
160
* Don't require a ` pubspec.lock ` file. When the lockfile is missing, the
@@ -172,6 +172,7 @@ Updated the Linter to `0.1.117`, which includes:
172
172
* Fix git folder names in cache, allowing for ssh-style git
173
173
dependencies.
174
174
* Fix: Avoid precompilation of dependencies of global packages.
175
+ * Fix: avoid multiple recompilation of binaries in global packages.
175
176
176
177
## 2.8.4 - 2020-06-04
177
178
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ vars = {
128
128
"ply_rev" : "604b32590ffad5cbb82e4afef1d305512d06ae93" ,
129
129
"pool_rev" : "eedbd5fde84f9a1a8da643b475305a81841da599" ,
130
130
"protobuf_rev" : "3746c8fd3f2b0147623a8e3db89c3ff4330de760" ,
131
- "pub_rev" : "04b054b62cc437cf23451785fdc50e49cd9de139 " ,
131
+ "pub_rev" : "0d185a398a1684c15ea16a0facc17f5d170e5d51 " ,
132
132
"pub_semver_tag" : "v1.4.4" ,
133
133
"quiver-dart_tag" : "246e754fe45cecb6aa5f3f13b4ed61037ff0d784" ,
134
134
"resource_rev" : "f8e37558a1c4f54550aa463b88a6a831e3e33cd6" ,
You can’t perform that action at this time.
0 commit comments