1.32.0 - #3916
Conversation
| @@ -1,8 +1,18 @@ | |||
| # 1.32.0 | |||
There was a problem hiding this comment.
FYI - as a drive by comment - it looks like 1.31.0 has not been published; the latest published version is 1.30.0.
There was a problem hiding this comment.
@pq has been experimenting not publishing linter, as there is no known use case for publishing it.
There was a problem hiding this comment.
OK, that makes a certain amount if sense :)
Perhaps change the listing on pub.dev to 'unlisted'? That'll mean it won't show up in search results.
If we know were never going to publish it again (which it sounds like we're not yet certain of?) it can instead be marked 'discontinued' in pub.
There was a problem hiding this comment.
Unlisted is an interesting option. We've got a few dependent packages so we'll want to sort that out before we go too far. Maybe we can discuss in person?
1.32.0
avoid_types_as_parameter_namesto handle type variablesavoid_positional_boolean_parametersto handle typedefsunnecessary_parenthesissupport for property accesses and method invocationsavoid_redundant_argument_valuesto check parameters of redirecting constructorsprefer_const_literals_to_create_immutablesuse_build_context_synchronouslyto check context propertiesavoid_private_typedef_functionswith generalized type aliasesCloses: dart-lang/sdk#58928
RC being tested on https://dart-review.googlesource.com/c/sdk/+/275044.
/cc @bwilkerson @srawlins