File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased patch
1
+ ## 0.6.2 - 2024-02-19
2
2
3
3
- ` custom_lint --format json ` no-longer outputs non-JSON logs (thanks to @kzrnm )
4
4
- Upgrade analyzer to support 6.4.0
Original file line number Diff line number Diff line change 1
1
name : custom_lint
2
- version : 0.6.0
2
+ version : 0.6.2
3
3
description : Lint rules are a powerful way to improve the maintainability of a project. Custom Lint allows package authors and developers to easily write custom lint rules.
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
issue_tracker : https://github.com/invertase/dart_custom_lint/issues
Original file line number Diff line number Diff line change 1
1
name : custom_lint_analyzer_plugin_loader
2
2
description : This pubspec determines the version of the analyzer plugin to load.
3
- version : 0.6.0
3
+ version : 0.6.2
4
4
publish_to : none
5
5
6
6
environment :
7
7
sdk : " >=3.0.0 <4.0.0"
8
8
9
9
dependencies :
10
- custom_lint : 0.6.0
10
+ custom_lint : 0.6.2
11
11
12
12
# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
13
13
# in this folder, containing the following:
Original file line number Diff line number Diff line change 1
- ## Unreleased patch
1
+ ## 0.6.2 - 2024-02-19
2
2
3
3
- Upgrade analyzer to support 6.4.0
4
4
- Fix null exception when using ` TypeChecker.isSuperTypeOf ` (thanks to @charlescyt )
Original file line number Diff line number Diff line change 1
1
name : custom_lint_builder
2
- version : 0.6.1
2
+ version : 0.6.2
3
3
description : A package to help writing custom linters
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
@@ -12,10 +12,10 @@ dependencies:
12
12
collection : ^1.16.0
13
13
# Using tight constraints as custom_lint_builder communicate with each-other
14
14
# using a specific contract
15
- custom_lint : ^ 0.6.0
15
+ custom_lint : 0.6.2
16
16
# Using tight constraints as custom_lint_builder communicate with each-other
17
17
# using a specific contract
18
- custom_lint_core : 0.6.1
18
+ custom_lint_core : 0.6.2
19
19
glob : ^2.1.1
20
20
hotreloader : " >=3.0.5 <5.0.0"
21
21
meta : ^1.7.0
Original file line number Diff line number Diff line change 1
- ## Unreleased patch
1
+ ## 0.6.2 - 2024-02-19
2
2
3
3
- Fix null exception when using ` TypeChecker.isSuperTypeOf ` (thanks to @charlescyt )
4
4
Original file line number Diff line number Diff line change 1
1
name : custom_lint_core
2
- version : 0.6.1
2
+ version : 0.6.2
3
3
description : A package to help writing custom linters
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
@@ -12,7 +12,7 @@ dependencies:
12
12
collection : ^1.16.0
13
13
# Using tight constraints as custom_lint_builder communicate with each-other
14
14
# using a specific contract
15
- custom_lint : ^ 0.6.0
15
+ custom_lint : 0.6.2
16
16
glob : ^2.1.2
17
17
matcher : ^0.12.0
18
18
meta : ^1.7.0
You can’t perform that action at this time.
0 commit comments