Skip to content

v0.42.0

Compare
Choose a tag to compare
@jcollins-g jcollins-g released this 05 Apr 15:45
505f163
  • Add some tests and verify basic support for triple-shift, and check
    to be sure that using the function as type parameter feature does not crash
    dartdoc (#2518, #2517, #2603).
  • BREAKING CHANGE: Refactor of dartdoc features and annotations. Use
    hasFeatures in templates in place of checking featuresAsString as a
    boolean (#2600), and linkedNameWithParameters for getting rendered
    annotations (#2605).
  • Implement generic type parameters on annotations. (#2600, #2516).
  • No longer depend on mustache. (#2596)
  • BREAKING CHANGE: Replace mustache with mustachio. Use asCallable instead
    of hasCallable in templates to handle casts correctly. (#2564)