Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit af5684b

Browse files
authored
1.4.0 (#2598)
* 1.4.0 * 1.4.0
1 parent 59118ce commit af5684b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# 1.3.1
1+
# 1.4.0
22

33
- `directives_ordering` now checks ordering of `package:` imports in code
44
outside pub packages
5+
- simple reachability analysis added to `use_build_context_synchronously` to
6+
short-circuit await-discovery in terminating blocks
7+
- `use_build_context_synchronously` updated to recognize nullable types when
8+
accessed from legacy libraries
59

610
# 1.3.0
711

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.3.0';
6+
const String version = '1.4.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.3.0
2+
version: 1.4.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)