Releases: dart-lang/dartdoc
Releases · dart-lang/dartdoc
v0.20.4
- 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
- Update dependencies and fork mustache4dart into dartdoc so dartdoc can resolve dependencies on Dart 2.0 stable.
v0.20.2
v0.20.1
- 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
v0.19.1
- Update
package:markdown
to2.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
- 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
v0.18.0
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
- Fix pub warning regarding unnecessary meta import.