We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c19c6 commit 4b0f1b9Copy full SHA for 4b0f1b9
CHANGELOG.md
@@ -1,17 +1,27 @@
1
# Changelog
2
3
-## Unreleased
+## 3.0.0
4
+
5
+* [BREAKING CHANGE] Removed dart_code_metrics
6
+* Added new lint rules for dart 3
7
+* Updated README.md
8
9
## 2.1.0
10
11
* added new DCM rules
12
* added lint rules description links
13
* updated README.md
14
15
## 2.0.0
16
17
* upgraded flutter_lints to 2.0.1
18
* upgraded dart_code_metrics to 5.5.1
19
* remove deprecated rule: invariant_booleans
20
21
## 1.5.0
22
23
### Added
24
25
* conditional_uri_does_not_exist rule;
26
* no_leading_underscores_for_library_prefixes rule;
27
* no_leading_underscores_for_local_identifiers rule;
0 commit comments