Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 1.03 KB

5.0.0

  • added new 3.0, 3.1 lints from the linter project

4.0.0

  • removed prefer_foreach because I prefer a for loop.
  • upgraded to dart 3.0

3.0.1

moved to stable 2.19

3.0.0-beta.4

  • removed strong mode as it is deprecaed in favour of the new
  • removed implict-casts as its no longer required and has been removed in 3.x

3.0.0-beta.2

  • disabled no_leading_underscores_for_local_identifiers as its useful in callbacks that have a parameter we don't want to use.

3.0.0-beta.1

  • added latest lints from dart 2.19 and upgraded minimum sdk version to 2.19.

2.1.1

  • improved the readme.
  • removed invariant_booleans as it has been deprecated.

2.1.0

  • Added additional lints for upcomming 2.18 and 2.19 releases.

2.0.0

  • updated list of lints to support the latest .
  • Added discared futures.
  • Added copyright notices.
  • test for unawaited futures.

1.0.4

  • added advise for package maintianers.

1.0.3

  • Added strict-raw-types: true and strict-inference: true

1.0.1

Fixed example analysis_options.yaml

1.0.0

Initial release.