Skip to content

Releases: dart-lang/dartdoc

v0.20.4

28 Aug 19:43
13e8396
Compare
Choose a tag to compare
  • Hide pragma declarations from generated docs (#1726)
  • Fix problems with lists in markdown not being handled correctly (#1722)
  • Properly escape types inside comment references (#1740)
  • Generate a custom page, __404error.html, for use as an error page (#1704)
  • Generate an error on unresolved exports instead of crashing (#1745)
  • Generate anchors for headers in markdown (#1749)

v0.20.3

16 Aug 22:56
9637f21
Compare
Choose a tag to compare
  • Update dependencies and fork mustache4dart into dartdoc so dartdoc can resolve dependencies on Dart 2.0 stable.

v0.20.2

25 Jul 16:10
673950e
Compare
Choose a tag to compare
  • Fix void problems (#1724)
  • Fix crash building Angular docs and problems involving special objects (#1728, #1554)
  • Run pub upgrade to get packages ready for 69.2.

v0.20.1

22 Jun 16:35
19134e5
Compare
Choose a tag to compare
  • Remove name parameter from @animation parameter handling, with backwards compatibility (#1715)
  • Scrollbar width increased for main body text (#1711)
  • Make a missing FLUTTER_ROOT environment variable have a better error message (#1714)
  • Add a missing static resource (#1708)
  • Add test to make sure that static resource file is automatically rebuilt (#1708)

v0.20.0

30 May 18:00
17e8b80
Compare
Choose a tag to compare
  • include and exclude are now available in dartdoc_options.yaml as supported options
    (#1700, #1674)
  • Support a new {@animation} directive in documentation comments to display
    videos in a simple player.
  • Fix Dart 2.0 support (#1668) and expand test coverage to include --help.

v0.19.1

23 May 19:51
37273d8
Compare
Choose a tag to compare
  • Update package:markdown to 2.0.0, which includes many improvements –
    especially to the parsing of links.
  • Update analyzer to 0.32.0, mustache4dart to 2.1.2, and grinder for 0.8.2 for Dart 2 fixes.
  • Fix bug where --version printed help instead of the version number. (#1692)
  • Switch dartdoc_test to an integration test and add basic Dart 2.0
    integration tests.
  • Do not crash on unversioned packages (#1688).

v0.19.0

02 May 16:22
9c7737f
Compare
Choose a tag to compare
  • Build documentation through the Package object (#1659)
  • New flag, --link-to-remote, which will cause Dartdoc to link symbols to their originating
    pub packages and/or the Flutter or Dart SDKs. (#739)
  • New configuration refactor and addition of several experimental options in dartdoc_options.yaml
    (see README).
  • Update analyzer version to 0.31.2-alpha.2 (#1682).

v0.18.1

29 Mar 19:07
11703b1
Compare
Choose a tag to compare

0.18.1

  • Fix problems with the embedded SDK detection that cropped up in
    the package refactor (#1648, #1651)
  • Fix issues with anonymous functions and type parameters (#1651)
  • Add Menlo to the monospace font list to improve table
    formatting (#1647)

v0.18.0

26 Mar 18:18
b5da370
Compare
Choose a tag to compare

0.18.0

  • Rename category_order flag to package_order. (#1634, #1636)
  • Use Google's CDN for jquery. (#1637)
  • Add the beginning of support for a dartdoc_options.yaml file. (#1638)
  • Code cleanups and refactoring related to packages (#1639, #1636)
  • Enable --preview-dart-2 in analyzer (#1630)
  • Add basic categorization for libraries (#1641)

v0.17.1+1

13 Mar 19:25
fd4047a
Compare
Choose a tag to compare
  • Fix pub warning regarding unnecessary meta import.