Skip to content

Releases: dotnet/docfx

Version 2.3.1

19 Aug 09:11
Compare
Choose a tag to compare
  1. Remain TOC's href in it's original relative path form if unable to resolve.

Version 2.3

08 Aug 04:02
Compare
Choose a tag to compare
  1. Support emoji in markdown content.
  2. Upgrade yamldotnet to 3.9.
  3. Refine markdown validation.
  4. Support separated meta json file.
  5. Change hightlight.js theme to github-gist.
  6. Support '.json' as supported swagger file extension.
  7. Support topicHref and tocHref to specify homepage toc.
  8. Support customized contribute repository and branch for "Improve this Doc" button. (#482)
  9. Improve message for docfx.exe template command.

Version 2.2.2

22 Jul 07:32
Compare
Choose a tag to compare
  1. Fix bug in .manifest file.

Version 2.2.1

19 Jul 07:06
Compare
Choose a tag to compare
  1. Fix bug when metadata incremental check
  2. Move post process out of DocumentBuilder

Version 2.2

18 Jul 04:06
Compare
Choose a tag to compare
  1. Support multi-version site. (#396)
  2. Support loop reference for Swagger Rest API. (#223)
  3. Support plug-in for post processor.
  4. Support href for see/seealso tags.
  5. Improve API reference documentation of namespace and enum.
  6. Update prerequisite to build docfx.
  7. Update manifest schema.
  8. Add chocolatey support in CI script.
  9. Provide with options in build.cmd.
  10. Bug fixes:
    1. syntax for static class is incorrect.
    2. improve warning message about global namespace class. (#417)
    3. fix normalizexml bug for empty <code></code> in tripleslashcomment.

Version 2.1

27 Jun 03:33
Compare
Choose a tag to compare
  1. Support for xref zip file in relative path.
  2. Support anchor in toc file.
  3. Support plug-in for validating markdown input metadata.
  4. Add output file md5 hashes.
  5. Breaking Url Rename generic type file name in metadata step

E.g. System.Func<T> will generate System.Func-1.yml instead of System.Func1.yml, and after build the url will be System.Func-1.htmlinstead ofSystem.Func%601.html`.

To keep old behavior, please add following option in metadata part in docfx.json:

"useCompatibilityFileName": true
  1. Display extension methods in API reference documentation
  2. Provide with option _displayLangs in docfx.json to choose which language version you want to show.
  3. Support more Swagger syntax:
  • Support allOf. (#360)
  • Support $ref with [ and ] in json pointer. (#359)
  • Support parameters applicable for all the operations under path. (#358)

Version 2.1.0-cli-alpha

24 Jun 03:10
Compare
Choose a tag to compare
Pre-release

Support .NET Command Line Interface Project

Version 2.1.0-alpha

22 Jun 10:21
Compare
Choose a tag to compare
Version 2.1.0-alpha Pre-release
Pre-release
Merge pull request #415 from dotnet/EncodeAttributeValue

Html encode to the text that will be used as attributes value.

Version 2.0.2

22 Jun 09:48
Compare
Choose a tag to compare
  1. Support localization tokens in DFM.

Version 2.0.1

07 Jun 05:26
Compare
Choose a tag to compare
  1. Fix bug that file links can't be resolved in overwrite file