diff --git a/CHANGELOG.md b/CHANGELOG.md index adcb33ae2..8d0a88f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.1.34 + +## Features + +* `non_constant_identifier_names` extended to include named constructors +* SDK constraint broadened to `2.0.0-dev.infinity` +* improved `prefer_final_fields` performance + +## Fixes + +* fixes to `unnecessary_overrides` (`noSuchMethod` handling, return type narrowing, special casing of documented `super` calls) +* fix to `non_constant_identifier_names` to handle identifiers with no name +* fixes to `prefer_const_constructors` to support list literals +* fixes to `recursive_getters` +* fixes to `cascade_invocations` + # 0.1.33 ## Features diff --git a/pubspec.yaml b/pubspec.yaml index e570c72f1..c72f36f9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.33 +version: 0.1.34 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter