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

Releases: dart-lang/linter

0.1.45

20 Mar 17:36
@pq pq
e0f6aaf
Compare
Choose a tag to compare

0.1.45

  • fix for invariant_booleans when analyzing for loops with no condition
  • new avoid_types_as_parameter_names lint
  • new avoid_renaming_method_parameters lint

0.1.44

13 Mar 18:19
@pq pq
9c9316c
Compare
Choose a tag to compare

0.1.44

  • new avoid_relative_lib_imports lint
  • new unnecessary_parenthesis lint
  • fix to prefer_const_literals_to_create_immutables to handle undefined classes gracefully
  • updates to prefer_const_declarations to support optional new and const
  • prefer_const_declarations updated to check locals
  • fixes to invariant_booleans
  • bumped SDK lower bound to 2.0.0-dev
  • build and workflow improvements: rule template fixes; formatting and header validation
  • miscellaneous documentation fixes

0.1.43

07 Feb 22:28
@pq pq
cebb30a
Compare
Choose a tag to compare

0.1.43

  • new prefer_const_declarations.dart lint
  • new prefer_const_literals_to_create_immutables lint
  • miscellaneous documentation improvements

0.1.42

11 Jan 18:36
@pq pq
51523fb
Compare
Choose a tag to compare

0.1.42

  • added support for external constructors in avoid_unused_constructor_parameters
  • added code reference resolution docs for comment_references

0.1.41

02 Jan 19:26
@pq pq
be2a658
Compare
Choose a tag to compare

0.1.41

  • broadened args package dependency to support versions 1.*

0.1.40

01 Dec 20:16
@pq pq
6f2fc9d
Compare
Choose a tag to compare

0.1.40

  • avoid_unused_constructor_parameters updated to better handle redirecting factory constructors
  • avoid_returning_this improvements
  • prefer_bool_in_asserts improvements
  • miscellaneous documentation fixes

0.1.39

02 Nov 17:55
@pq pq
6690b71
Compare
Choose a tag to compare

0.1.39

  • prefer_interpolation_to_compose_strings update to allow concatenation of two non-literal strings
  • prefer_interpolation_to_compose_strings updated to allow +=
  • lots of rule documentation fixes and enhancements
  • fix for prefer_const_constructors_in_immutables false positive with redirecting factory constructors

0.1.38

26 Oct 16:47
@pq pq
Compare
Choose a tag to compare

0.1.38

  • public_member_api_docs fix for package URIs

0.1.37

24 Oct 21:30
@pq pq
Compare
Choose a tag to compare

0.1.37

  • avoid_positional_boolean_parameters updated to allow booleans in operator declarations
  • comment_references fixed to handle incomplete references
  • non_constant_identifier_names updated to allow underscores around numbers

0.1.36

23 Oct 22:04
@pq pq
Compare
Choose a tag to compare

0.1.36

  • new avoid_unused_constructor_parameters lint
  • new prefer_bool_in_asserts lint
  • new prefer_typing_uninitialized_variables lint
  • new unnecessary_statements lint
  • public_member_api_docs updated to only lint source in lib/
  • 'avoid_empty_else' fixed to ignore synthetic EmptyStatements
  • updated library prefix checking to allow leading $s
  • miscellaneous documentation fixes
  • Dart SDK constraints restored (removed unneeded 2.0.0-dev.infinity constraint)