Skip to content

v0.36.0

Compare
Choose a tag to compare
@jcollins-g jcollins-g released this 20 Oct 17:08
39cec16
  • Fix problem with linking to non-canonical elements via documentation
    references. (#2397, #2389)
  • Allow for markdown 3.0.0. (#2394)
  • 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)