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

0.1.34 #753

Merged
merged 5 commits into from
Jul 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 0.1.33
version: 0.1.34
author: Dart Team <[email protected]>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
Expand Down