Skip to content

v0.40.0

Compare
Choose a tag to compare
@jcollins-g jcollins-g released this 25 Feb 20:45
174021f
  • More implementation added for Mustachio (#2481, #2482, #2488, #2491, #2497,
    #2498, #2512, #2515, #2519, #2523, #2525)
  • originalMember is now an optional parameter to ModelElement(). #2507
  • Use custom handling for search, deleting jquery/typeahead libraries. (#2486,
    #2483)
  • Small change to dartdoc exit/error text output. (#2489)
  • Fixed problem with stdout corruption in tool output due to null-safety
    warnings. (#2493)
  • Connect interface types across intermediate classes. (#2495, #2485)
  • Update analyzer to 1.0.0 (#2524) This version of dartdoc requires Dart 2.12
    as a result.
  • Many minor internal cleanups updating code to newer Dart style and idioms.