|
1 |
| -# 9.0.0 |
| 1 | + |
| 2 | +## 9.0.0 |
2 | 3 |
|
3 | 4 | - chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 [139](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/139)
|
4 | 5 | - chore: release 9.0.0-rc.1 [154](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/154)
|
5 | 6 |
|
6 |
| -# 9.0.0-rc.1 |
| 7 | +## 9.0.0-rc.1 |
7 | 8 |
|
8 | 9 | - feat: support Dart 3.8.0 [152](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/152)
|
9 | 10 |
|
10 |
| -# 8.0.0 |
| 11 | +## 8.0.0 |
11 | 12 |
|
12 | 13 | - chore: release 8.0.0-rc.1
|
13 | 14 | - fix: remove `omit_obvious_property_types` as it conflicts with `type_annotate_public_apis` [148](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/148)
|
14 | 15 |
|
15 |
| -# 8.0.0-rc.1 |
| 16 | +## 8.0.0-rc.1 |
16 | 17 |
|
17 | 18 | - feat: add `omit_obvious_property_types` [143](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/143)
|
18 | 19 | - feat: add `specify_nonobvious_property_types` [143](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/143)
|
19 | 20 | - feat: add `strict_top_level_inference` [143](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/143)
|
20 | 21 | - feat: add `unnecessary_underscores` [143](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/143)
|
21 | 22 | - feat: remove `require_trailing_commas` [143](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/143)
|
22 | 23 |
|
23 |
| -# 7.0.0 |
| 24 | +## 7.0.0 |
24 | 25 |
|
25 | 26 | - chore: release 7.0.0-dev.1
|
26 | 27 |
|
27 |
| -# 7.0.0-dev.1 |
| 28 | +## 7.0.0-dev.1 |
28 | 29 |
|
29 | 30 | - feat: add `document_ignores` [125](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/125)
|
30 | 31 | - feat: remove `avoid_null_checks_in_equality_operators` [124](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/124)
|
|
36 | 37 | - docs: update exclusion reasons [109](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/109)
|
37 | 38 | - docs: update commands in contributing [110](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/110)
|
38 | 39 |
|
39 |
| -# 6.0.0 |
| 40 | +## 6.0.0 |
40 | 41 |
|
41 | 42 | - chore: release 6.0.0-dev.1
|
42 | 43 |
|
43 |
| -# 6.0.0-dev.1 |
| 44 | +## 6.0.0-dev.1 |
44 | 45 |
|
45 | 46 | - feat!: upgrade to support Dart `^3.4.0`
|
46 | 47 | - feat: additional lint rules:
|
|
49 | 50 | - [no_wildcard_variable_uses](https://dart.dev/tools/linter-rules/no_wildcard_variable_uses)
|
50 | 51 | - docs: include exclusion reason table ([100](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/100), [102](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/102))
|
51 | 52 |
|
52 |
| -# 5.1.0 |
| 53 | +## 5.1.0 |
53 | 54 |
|
54 | 55 | - fix: remove deprecated `iterable_contains_unrelated_type` lint
|
55 | 56 | - fix: remove deprecated `list_remove_unrelated_type` lint
|
56 | 57 | - fix(docs): full list of rules
|
57 | 58 | - feat: type equality checks should be warnings/errors
|
58 | 59 |
|
59 |
| -# 5.0.0+1 |
| 60 | +## 5.0.0+1 |
60 | 61 |
|
61 | 62 | - docs: minor updates to documentation in `README.md`
|
62 | 63 |
|
63 |
| -# 5.0.0 |
| 64 | +## 5.0.0 |
64 | 65 |
|
65 | 66 | - feat!: upgrade to support Dart `^3.0.0`
|
66 | 67 | - feat: added analysis warning as error:
|
|
75 | 76 | - refactor: remove malfunctioning rules:
|
76 | 77 | - [`use_decorated_box`](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/65)
|
77 | 78 |
|
78 |
| -# 4.0.0+1 |
| 79 | +## 4.0.0+1 |
79 | 80 |
|
80 | 81 | - docs: minor updates to documentation in `README.md`
|
81 | 82 |
|
82 |
| -# 4.0.0 |
| 83 | +## 4.0.0 |
83 | 84 |
|
84 | 85 | - feat!: upgrade to support Dart `^2.19.0`
|
85 | 86 | - feat: additional lint rules:
|
|
99 | 100 | - [avoid_returning_null](https://dart-lang.github.io/linter/lints/avoid_returning_null.html)
|
100 | 101 | - [avoid_returning_null_for_future](https://dart-lang.github.io/linter/lints/avoid_returning_null_for_future.html)
|
101 | 102 |
|
102 |
| -# 3.1.0 |
| 103 | +## 3.1.0 |
103 | 104 |
|
104 | 105 | - **BREAKING** refactor: remove deprecated `unawaited` (use `unawaited` from `dart:async` instead).
|
105 | 106 | - feat: additional lint rules:
|
|
112 | 113 | - [use_if_null_to_convert_nulls_to_bools](https://dart-lang.github.io/linter/lints/use_if_null_to_convert_nulls_to_bools.html)
|
113 | 114 | - [use_test_throws_matchers](https://dart-lang.github.io/linter/lints/use_test_throws_matchers.html)
|
114 | 115 |
|
115 |
| -# 3.0.2 |
| 116 | +## 3.0.2 |
116 | 117 |
|
117 | 118 | - fix: remove deprecated `invariant_booleans` lint
|
118 | 119 | - fix: deprecate `unawaited` (use `unawaited` from `dart:async` instead).
|
119 | 120 |
|
120 |
| -# 3.0.1 |
| 121 | +## 3.0.1 |
121 | 122 |
|
122 | 123 | - feat: use analyzer language modes instead of deprecated `strong-mode`
|
123 | 124 | ```yaml
|
|
127 | 128 | strict-raw-types: true
|
128 | 129 | ```
|
129 | 130 |
|
130 |
| -# 3.0.0 |
| 131 | +## 3.0.0 |
131 | 132 |
|
132 | 133 | - feat!: upgrade to support Dart `^2.17.0`
|
133 | 134 | - feat: additional lint rules:
|
|
141 | 142 | - [use_enums](https://dart-lang.github.io/linter/lints/use_enums.html)
|
142 | 143 | - [use_super_parameters](https://dart-lang.github.io/linter/lints/use_super_parameters.html)
|
143 | 144 |
|
144 |
| -# 2.4.0 |
| 145 | +## 2.4.0 |
145 | 146 |
|
146 | 147 | - feat: additional lint rules:
|
147 | 148 | - [`avoid_js_rounded_ints`](https://dart-lang.github.io/linter/lints/avoid_js_rounded_ints.html)
|
|
160 | 161 | - [`require_trailing_commas`](https://dart-lang.github.io/linter/lints/require_trailing_commas.html)
|
161 | 162 | - [`use_is_even_rather_than_modulo`](https://dart-lang.github.io/linter/lints/use_is_even_rather_than_modulo.html)
|
162 | 163 |
|
163 |
| -# 2.3.0 |
| 164 | +## 2.3.0 |
164 | 165 |
|
165 | 166 | - feat: additional analysis errors:
|
166 | 167 | - `missing_required_param`
|
|
206 | 207 | - [`unnecessary_parenthesis`](https://dart-lang.github.io/linter/lints/unnecessary_parenthesis.html)
|
207 | 208 | - [`unnecessary_raw_strings`](https://dart-lang.github.io/linter/lints/unnecessary_raw_strings.html)
|
208 | 209 |
|
209 |
| -# 2.2.0 |
| 210 | +## 2.2.0 |
210 | 211 |
|
211 | 212 | - feat: additional lint rules:
|
212 | 213 | - `always_use_package_imports`
|
213 | 214 | - `avoid_returning_null_for_future`
|
214 | 215 | - `avoid_slow_async_io`
|
215 | 216 | - `avoid_type_to_string`
|
216 | 217 |
|
217 |
| -# 2.1.2 |
| 218 | +## 2.1.2 |
218 | 219 |
|
219 | 220 | - refactor: remove deprecated `pedantic` dependency
|
220 | 221 | - ci: improvements to ensure max pub score
|
221 | 222 | - docs: minor documentation and package description updates
|
222 | 223 |
|
223 |
| -# 2.1.1 |
| 224 | +## 2.1.1 |
224 | 225 |
|
225 | 226 | - docs: update `README` to include latest version
|
226 | 227 | - docs: reword package description
|
227 | 228 | - docs: consolidate `README` links
|
228 | 229 |
|
229 |
| -# 2.1.0 |
| 230 | +## 2.1.0 |
230 | 231 |
|
231 | 232 | - feat: update sdk constraint to v2.12.0 stable
|
232 | 233 | - feat: additional lint rules:
|
|
255 | 256 | - `use_full_hex_values_for_flutter_colors`
|
256 | 257 | - `void_checks`
|
257 | 258 |
|
258 |
| -# 2.0.3 |
| 259 | +## 2.0.3 |
259 | 260 |
|
260 | 261 | - feat: additional linter rule:
|
261 | 262 | - `sort_child_properties_last`
|
262 | 263 |
|
263 |
| -# 2.0.2 |
| 264 | +## 2.0.2 |
264 | 265 |
|
265 | 266 | - feat: additional linter rule:
|
266 | 267 | - `use_key_in_widget_constructors`
|
267 | 268 |
|
268 |
| -# 2.0.1 |
| 269 | +## 2.0.1 |
269 | 270 |
|
270 | 271 | - feat: additional linter rule:
|
271 | 272 | - `avoid_dynamic_calls`
|
272 | 273 |
|
273 |
| -# 2.0.0 |
| 274 | +## 2.0.0 |
274 | 275 |
|
275 | 276 | - feat: stable null safe release
|
276 | 277 |
|
277 |
| -# 2.0.0-nullsafety.0 |
| 278 | +## 2.0.0-nullsafety.0 |
278 | 279 |
|
279 | 280 | - chore: migrate to null safety
|
280 | 281 |
|
281 |
| -# 1.0.4 |
| 282 | +## 1.0.4 |
282 | 283 |
|
283 | 284 | - docs: README and metadata updates
|
284 | 285 |
|
285 |
| -# 1.0.3 |
| 286 | +## 1.0.3 |
286 | 287 |
|
287 | 288 | - feat: additional linter rules
|
288 | 289 | - `avoid_print`
|
|
292 | 293 | - `prefer_const_declarations`
|
293 | 294 | - `sized_box_for_whitespace`
|
294 | 295 |
|
295 |
| -# 1.0.2 |
| 296 | +## 1.0.2 |
296 | 297 |
|
297 | 298 | - feat: add test/.test_coverage.dart to the list of ignored files
|
298 | 299 |
|
299 |
| -# 1.0.1 |
| 300 | +## 1.0.1 |
300 | 301 |
|
301 | 302 | - docs: README improvements
|
302 | 303 | - docs: inline documentation improvements
|
303 | 304 |
|
304 |
| -# 1.0.0 |
| 305 | +## 1.0.0 |
305 | 306 |
|
306 | 307 | - Add `analysis_options` used at [Very Good Ventures](https://verygood.ventures)
|
0 commit comments