File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,16 @@ in 2018, as it doesn't work with any Dart 2.x release.
222
222
tracker.
223
223
224
224
` dart --verbose pub [command] ` will also cause the log file to be written.
225
+ - ` dart pub global activate --source=git ` now takes arguments ` --git-path ` to
226
+ specify the path of the activated package in the pubspec and ` --git-ref ` to
227
+ specify the branch or revision to check out.
225
228
- ` dart pub add ` can now add multiple packages in one command.
229
+ - ` dart pub token add ` can now add a token for [ pub.dev] ( https://pub.dev ) .
230
+ - ` dart pub uploader ` has been removed. To manage uploaders for a package use
231
+ the ` https://pub.dev/<packagename>/admin ` web-interface.
232
+ - Pub now supports a separate ` pubspec_overrides.yaml ` file that can contain
233
+ ` dependency_overrides ` . This makes it easier to avoid checking the local
234
+ overrides into version control.
226
235
227
236
#### Linter
228
237
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ vars = {
141
141
"pool_rev" : "7abe634002a1ba8a0928eded086062f1307ccfae" ,
142
142
"process_rev" : "56ece43b53b64c63ae51ec184b76bd5360c28d0b" ,
143
143
"protobuf_rev" : "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31" ,
144
- "pub_rev" : "8f5ab7b1aba3b9f66b56246d77e167990339d317 " ,
144
+ "pub_rev" : "94ae66a660cc187cc46ceaf1ab96bdcf8d48a313 " ,
145
145
"pub_semver_rev" : "ea6c54019948dc03042c595ce9413e17aaf7aa38" ,
146
146
"root_certificates_rev" : "692f6d6488af68e0121317a9c2c9eb393eb0ee50" ,
147
147
"rust_revision" : "b7856f695d65a8ebc846754f97d15814bcb1c244" ,
You can’t perform that action at this time.
0 commit comments