Skip to content

Commit

Permalink
Merge pull request #1535 from dart-lang/0.1.87
Browse files Browse the repository at this point in the history
0.1.87
  • Loading branch information
pq authored Apr 24, 2019
2 parents 963b925 + 75bf5ee commit 4b73a59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.1.87

* change: `prefer_const_constructors_in_immutables` is currently overly permissive, pending analyzer changes (#1537)
* fixed `unnecessary_await_in_return` false positive
* fixed `unrelated_type_equality_checks` false negative with functions
* fixed `prefer_spread_collections` to not lint in const contexts
* fixed false positive in `prefer_iterable_whereType` for `is!`
* fixed false positive in `prefer_collection_literals` for constructors with params

# 0.1.86

* updated `prefer_spread_collections` to ignore calls to `addAll` that could be inlined
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// BSD-style license that can be found in the LICENSE file.

/// Package version. Synchronized w/ pubspec.yaml.
const String version = '0.1.86';
const String version = '0.1.87';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 0.1.86
version: 0.1.87

author: Dart Team <misc@dartlang.org>

Expand Down

0 comments on commit 4b73a59

Please sign in to comment.