Skip to content
Open
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.0

- Enhanced `prefer_early_return` rule to support loops and added `max_depth`
configuration parameter.
- Improved `avoid_duplicate_code` rule accuracy and resolved false positives.
- Added `ignored_types` configuration parameter support to
`avoid_returning_widgets` rule.
- Added documentation for recommended third-party packages.

## 1.0.0-dev.2

- Upgraded minimum Dart SDK constraint to `>=3.12.0`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: solid_lints
description:
Lints for Dart and Flutter based on software industry standards and best
practices.
version: 1.0.0-dev.2
version: 1.0.0
homepage: https://github.com/solid-software/solid_lints/
documentation: https://solid-software.github.io/solid_lints/docs/intro
topics: [lints, linter, lint, analysis, analyzer]
Expand Down