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

Commit f0d8b3a

Browse files
committed
1 parent 659448d commit f0d8b3a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.1.11
2+
3+
* Doc generation improvements (now with options samples).
4+
* Lint to sort unnamed constructors first (#187).
5+
* Lint to ensure public members have API docs (#188).
6+
* Lint to ensure constructors are sorted first (#186).
7+
* Lint for `hashCode` and `==` (#168).
8+
* Lint to detect un-annotated overrides (#167).
9+
* Fix to ignore underscores in public APIs (#153).
10+
* Lint to check for return types on setters (#122).
11+
* Lint to flag missing type params (#156).
12+
* Lint to avoid inits to `null` (#160).
113

214
# 0.1.10
315

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: 0.1.10
2+
version: 0.1.11
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)