Skip to content

v3.0.0

Compare
Choose a tag to compare
@jcollins-g jcollins-g released this 07 Sep 17:02
7fd237d
  • BREAKING CHANGE: Refactor of Class, Enum, and Mixin types result in some
    deleted interfaces in templates and a change in class hierarchy. (#2770)
  • The experimental 'constructor-tearoffs' feature has been partially
    implemented in dartdoc and should work in simple cases. (#2655, #2770,
    #2768, #2766, #2763).
  • BREAKING CHANGE: The old lookup code has been deleted, along with the
    --no-enhanced-reference-lookup flag. (#2765)
  • Deprecated uses of pub have been removed. (#2764)
  • Some internal refactors to support NNBD migration.