@@ -116,19 +116,22 @@ Updated the Linter to `0.1.117`, which includes:
116
116
### Pub
117
117
* ` pub run ` and ` pub global run ` accepts a ` --enable-experiment ` flag enabling
118
118
experiments in the Dart VM (and language).
119
+ * Warn when publishing the first null-safe version of a package.
120
+ * ` pub outdated ` :
121
+ * Introduce ` --mode=null-safety ` flag that will report which of your
122
+ dependencies you can upgrade to fully support null safety.
123
+ * If the current version of a dependency is a prerelease
124
+ version, use prereleases for latest if there is no newer stable.
125
+ * Don't require a ` pubspec.lock ` file. When the lockfile is missing, the
126
+ ** Current** column is empty.
127
+ * ` pub upgrade ` : Show summary count of outdated packages after running.
119
128
* Publishing Flutter plugins using the old plugin format is no longer allowed.
120
129
Plugins using the old plugin format can still be consumed.
121
- * Introduce ` pub outdated --mode=null-safety ` that will report which of your
122
- dependencies you can upgrade to fully support null safety.
123
- * Fix ` pub run ` precompilation with relative ` PUB_CACHE ` paths (#2486 )
124
- * Warn at publishing first time a package version opts in to null-safety.
125
- * Preserve Windows line endings in pubspec.lock if they are already there (#2489 )
130
+ * ` pub run ` : Fix precompilation with relative ` PUB_CACHE ` paths
131
+ ([ #2486 ] ( https://github.com/dart-lang/pub/pull/2486 ) ).
132
+ * Preserve Windows line endings in ` pubspec.lock ` if they are already there
133
+ ([ #2489 ] ( https://github.com/dart-lang/pub/pull/2489 ) ).
126
134
* Better terminal color-detection. Use colors in terminals on Windows.
127
- * ` pub outdated ` : If the current version of a dependency is a prerelease
128
- version, use prereleases for latest if no newer stable.
129
- * ` pub outdated ` now works without a lockfile. In that case the 'Current'
130
- column will be empty.
131
- * ` pub upgrade ` : Show summary count of outdated packages after running.
132
135
133
136
## 2.8.4 - 2020-06-04
134
137
0 commit comments