File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 77
77
78
78
- The experimental ` waitFor ` functionality, and the library containing only that
79
79
function, are now deprecated.
80
+ - When a script is ` dart run ` it will always be precompiled, but with
81
+ incremental precompilation for following runs.
80
82
81
83
### ` dart:core `
82
84
@@ -130,6 +132,15 @@ Updated the Linter to `1.11.0`, which includes changes that
130
132
- fixes false positives in ` use_rethrow_when_possible ` .
131
133
- improves performance for ` annotate_overrides ` , ` prefer_contains ` , and
132
134
` prefer_void_to_null ` .
135
+ ### Pub
136
+ - Detect potential leaks in ` dart pub publish ` .
137
+ When publishing, pub will examine your files for potential secret keys, and
138
+ warn you.
139
+
140
+ To ignore a file that has a false positive, add it to a
141
+ [ ` false_secrets ` ] ( https://dart.dev/go/false-secrets ) section of your
142
+ ` pubspec.yaml ` .
143
+ - Fixes unicode terminal detection windows
133
144
134
145
## 2.14.1 - 2021-09-09
135
146
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ vars = {
138
138
"pool_rev" : "7abe634002a1ba8a0928eded086062f1307ccfae" ,
139
139
"process_rev" : "56ece43b53b64c63ae51ec184b76bd5360c28d0b" ,
140
140
"protobuf_rev" : "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31" ,
141
- "pub_rev" : "cd7a43f2109f7e5eb22e73c7f4e15d25fd57598e " ,
141
+ "pub_rev" : "d95c5713dda518ed53ada70e00789e6aadbfbe48 " ,
142
142
"pub_semver_rev" : "a43ad72fb6b7869607581b5fedcb186d1e74276a" ,
143
143
"resource_rev" : "6b79867d0becf5395e5819a75720963b8298e9a7" ,
144
144
"root_certificates_rev" : "692f6d6488af68e0121317a9c2c9eb393eb0ee50" ,
You can’t perform that action at this time.
0 commit comments