Skip to content

Commit

Permalink
chore: update changelog for v5 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed May 17, 2023
1 parent 301fc46 commit 3b282c4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 5.0.0

- feat!: upgrade to support Dart `^3.0.0`

- feat: added analysis warning as error:
- [record_literal_one_positional_no_trailing_comma](https://dart.dev/tools/diagnostic-messages#record_literal_one_positional_no_trailing_comma)

- feat: additional lint rules:
- [implicit_reopen](https://dart.dev/tools/linter-rules#implicit_reopen)
- [unnecessary_breaks](https://dart.dev/tools/linter-rules#unnecessary_breaks)
- [invalid_case_patterns](https://github.com/dart-lang/linter/issues/4044)

- refactor: remove deprecated lint rules:
- [prefer_equal_for_default_values](https://dart-lang.github.io/linter/lints/prefer_equal_for_default_values.html)
- [enable_null_safety](https://dart-lang.github.io/linter/lints/enable_null_safety.html)

- refactor: remove malfunctioning rules:
- [`use_decorated_box`](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/65)

# 4.0.0+1

- docs: minor updates to documentation in `README.md`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: very_good_analysis
version: 4.0.0+1
version: 5.0.0
description: Lint rules for Dart and Flutter used internally at Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_analysis
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues
Expand Down

0 comments on commit 3b282c4

Please sign in to comment.