We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5671069 commit 8e17ff7Copy full SHA for 8e17ff7
CHANGELOG.md
@@ -1,6 +1,13 @@
1
+# 0.1.4
2
+
3
+* Added `always_declare_return_types` lint rule (#146).
4
+* Improved `always_specify_types` to detect missing types in declared identifiers and narrowed source range to the token.
5
+* Added `implementation_imports` lint rule (#33).
6
+* Test performance improvements.
7
8
# 0.1.3+5
9
-* Added `always_specify_types` lint rule.
10
+* Added `always_specify_types` lint rule (#144).
11
12
# 0.1.3+4
13
pubspec.yaml
@@ -1,5 +1,5 @@
name: linter
-version: 0.1.3+5
+version: 0.1.4
author: Dart Team <[email protected]>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
0 commit comments