Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: CHANGELOG.md

Issue 1431313002: Udpate to 0.1.5. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5562ef73925b4f059e7037c80b568057a59970fa..a35ae951fddb823f62fef634ec00cb5e42e67969 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.1.5
+
+* Added `prefer_is_not_empty` lint rule (#143).
+* Added `type_annotate_public_apis` lint rule (#24).
+* Added `avoid_as` lint rule (#145).
+* Fixed `non_constant_identifier_names` rule to special case underscore identifiers in callbacks.
+* Fix to escape `_`s in callback type validation (addresses false positives in `always_specify_types`) (#147).
+
# 0.1.4
* Added `always_declare_return_types` lint rule (#146).
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698