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

Commit 8e17ff7

Browse files
committedNov 4, 2015
Pubspec and Changelog updates (pre publish).
R=keertip@google.com Review URL: https://codereview.chromium.org//1425153005 .
1 parent 5671069 commit 8e17ff7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 0.1.3+5
29

3-
* Added `always_specify_types` lint rule.
10+
* Added `always_specify_types` lint rule (#144).
411

512
# 0.1.3+4
613

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 0.1.3+5
2+
version: 0.1.4
33
author: Dart Team <misc@dartlang.org>
44
description: Style linter for Dart.
55
homepage: https://github.com/dart-lang/linter

0 commit comments

Comments
 (0)
This repository has been archived.