Skip to content

Commit

Permalink
Bumps to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matuella committed Jun 9, 2021
1 parent c58281e commit 3f41efb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
## Unreleased
## 1.2.0

- Added references to unreleased rules: `depend_on_referenced_packages`, `noop_primitive_operations`,
`prefer_final_parameters` and `use_test_throws_matchers`.
- Disabled `avoid_annotating_with_dynamic`.

## 1.1.0

- Added `library_private_types_in_public_api`, `prefer_null_aware_method_calls`, `require_trailing_commas` and
`use_build_context_synchronously` (all unreleased yet);
- Added references to unreleased rules: `library_private_types_in_public_api`, `prefer_null_aware_method_calls`,
`require_trailing_commas` and `use_build_context_synchronously`;
- Disabled `one_member_abstracts`.

## 1.0.0

First stable release of `strict`.

- Added `deprecated_consistency`, `use_if_null_to_convert_nulls_to_bools` and `use_named_constants` (all unreleased
yet);
- Added references to unreleased rules: `deprecated_consistency`, `use_if_null_to_convert_nulls_to_bools` and
`use_named_constants`;
- Removed `avoid_as`.

## 1.0.0-nullsafety.1
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: strict
version: 1.1.0
version: 1.2.0
description: A heavily opinionated analysis_options for Dart/Flutter projects with strict - but justified - lint rules
repository: https://github.com/olmps/strict
issue_tracker: https://github.com/olmps/strict/issues

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.13.0 <3.0.0"

0 comments on commit 3f41efb

Please sign in to comment.