File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -40,34 +40,6 @@ Updated the Linter to `1.2.1`, which includes:
40
40
- new lint: ` use_named_constants ` .
41
41
- deprecation of ` avoid_as ` .
42
42
43
- ### Pub
44
-
45
- * ` dart pub publish ` now respects ` .pubignore ` files with gitignore-style rules.
46
- ` .gitignore ` files in the repo are still respected if they are not
47
- overridden by a ` .pubignore ` in the same directory.
48
-
49
- pub no longer queries git for listing the files. This implies:
50
- * Checked in files will now be ignored if they are included by a ` .gitignore `
51
- rule.
52
- * Global ignores are no longer taken into account.
53
- * Even packages that are not in git source control will have their
54
- ` .gitignore ` files respected.
55
-
56
- * New flag ` dart pub deps --json ` gives a machine parsable overview of the
57
- current dependencies.
58
- * New command: ` dart pub cache clean ` . Will delete everything in your current
59
- pub cache.
60
- * Commands related to a single package now takes a ` --directory ` option to
61
- operate on a package in the given directory instead of the working directory.
62
- * git dependencies with a relative repo url would previously be interpreted
63
- relative to the current package, even for transitive dependencies. This now
64
- fails instead.
65
-
66
- * Pub now uses a Dart library to read and write tar files.
67
- This should fix several issues we had with incompatibilities between different
68
- system ` tar ` s.
69
- * ` PUB_HOSTED_URL ` can now include a trailing slash.
70
-
71
43
## 2.12.2 - 2021-03-17
72
44
73
45
This is a patch release that fixes crashes reported by Flutter 2 users (issue
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ vars = {
136
136
"pool_rev" : "7abe634002a1ba8a0928eded086062f1307ccfae" ,
137
137
"process_rev" : "56ece43b53b64c63ae51ec184b76bd5360c28d0b" ,
138
138
"protobuf_rev" : "0d03fd588df69e9863e2a2efc0059dee8f18d5b2" ,
139
- "pub_rev" : "255a3091fc278b04be74d246a3bec8743ef4d0b7 " ,
139
+ "pub_rev" : "0e657414a472e74ca5dd76ae0db50cc060251dec " ,
140
140
"pub_semver_rev" : "f50d80ef10c4b2fa5f4c8878036a4d9342c0cc82" ,
141
141
"resource_rev" : "6b79867d0becf5395e5819a75720963b8298e9a7" ,
142
142
"root_certificates_rev" : "7e5ec82c99677a2e5b95ce296c4d68b0d3378ed8" ,
You can’t perform that action at this time.
0 commit comments