@@ -116,19 +116,22 @@ Updated the Linter to `0.1.117`, which includes:
116116### Pub
117117* ` pub run ` and ` pub global run ` accepts a ` --enable-experiment ` flag enabling
118118 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.
119128* Publishing Flutter plugins using the old plugin format is no longer allowed.
120129 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 ) ).
126134* 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.
132135
133136## 2.8.4 - 2020-06-04
134137
0 commit comments