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

Commit 0f27426

Browse files
committed
1 parent 09f3351 commit 0f27426

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.5
2+
3+
* Added `prefer_is_not_empty` lint rule (#143).
4+
* Added `type_annotate_public_apis` lint rule (#24).
5+
* Added `avoid_as` lint rule (#145).
6+
* Fixed `non_constant_identifier_names` rule to special case underscore identifiers in callbacks.
7+
* Fix to escape `_`s in callback type validation (addresses false positives in `always_specify_types`) (#147).
8+
19
# 0.1.4
210

311
* Added `always_declare_return_types` lint rule (#146).

pubspec.yaml

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

0 commit comments

Comments
 (0)