You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change: Behavior of --exclude-packages is changed so that
packages so excluded will never be treated as "remote". This version is now
incompatible with old workarounds for #1431 (and those workarounds are no
longer needed). Also removes PackageGraph.packageDocumentedFor.
(#2387, #2382, #1431)
Enable NNBD support by default in dartdoc. If a package is non-nullable,
it will now be documented that way (with null safety tags). No change in
behavior for packages that have not been migrated. (#2384)
Breaking change: Adjust interfaces for mustache and remove constant
templates, including removing TemplateData.packageGraph. (#2375, #2373, #2379)
Internal type changes for upcoming analyzer 0.41 (#2380, #2392)
Breaking change: Remove typeParameters setter for ModelFunctionTyped and
change Typedef inheritance (#2376)