Skip to content

Releases: Ellerbach/docfx-companion-tools

v1.24.0

14 Nov 12:13
ed70174
Compare
Choose a tag to compare

🐛 Fixes

  • DocFxTocGenerator: fixed folder override (PR: #76)

v1.23.0

30 Oct 15:24
8ebdbd1
Compare
Choose a tag to compare

📄 Documentation

  • Modified documentation for return codes of DocLinkChecker on Linux (PR: #73)

v1.22.0

29 Oct 11:52
e76a24d
Compare
Choose a tag to compare

🚀 Features

  • DocLinkChecker: Support for %20 in links (PR: #61)
  • Upgraded to .NET 8 (PR: #62)
  • Complete new implementation of the DocFxTocGenerator (PR: #64)
  • DocFxTocGenerator: added camelCase option (PR: #68)

🐛 Fixes

  • DocLinkChecker: Support for %20 in links (PR: #61)
  • DocLinkChecker: Changes for new rules with .NET8. No logic changes. (PR: #65)
  • DocFxOpenApi: Changes for new rules with .NET8. No logic changes. (PR: #66)
  • DocLanguageTranslator: Changes for new rules with .NET8. No logic changes. (PR: #67)

📄 Documentation

  • Complete new implementation of the DocFxTocGenerator (PR: #64)
  • DocFxTocGenerator: added camelCase option (PR: #68)

v1.21.0

02 Sep 09:11
c6694d0
Compare
Choose a tag to compare

🚀 Features

  • Added validation of root-reference with ~ (PR: #59)

v1.20.0

21 Aug 11:54
9f72b7f
Compare
Choose a tag to compare
Merge pull request #57 from Ellerbach/mtirion/27-fix-toc-generation

Fixed issue with ignoring generated index.md in folder with 1 file

v1.19.0

16 May 12:59
8c5ca12
Compare
Choose a tag to compare

🚀 Features

  • Added support to specify a single source file (PR: #56)

📄 Documentation

  • Change tool name in documentation readme of DocFxTocGenerator (PR: #53)
  • Added support to specify a single source file (PR: #56)

v1.18.0

18 Jan 13:41
60662da
Compare
Choose a tag to compare

🐛 Fixes

  • Doclinkchecker unicode fix (PR: #49)

v1.17.0

08 Dec 14:15
22916c8
Compare
Choose a tag to compare

🚀 Features

  • Fixing index not generated on root (PR: #47)

🐛 Fixes

  • Fixing index not generated on root (PR: #47)
  • Fix additional space created during translation when an exclamation mark is used (PR: #48)

📄 Documentation

  • Update README.md (PR: #46)

v1.16.0

15 Nov 09:59
ef2ed89
Compare
Choose a tag to compare

🚀 Features

  • Option to split root TOC into multiple child TOC files (PR: #39)

🐛 Fixes

  • DocFxTocGenerator: Limit warnings and README format fix (PR: #42)

📄 Documentation

  • DocFxTocGenerator: Limit warnings and README format fix (PR: #42)

v1.15.0

06 Nov 08:41
eeaf2fe
Compare
Choose a tag to compare

🐛 Fixes

  • Fix the length error in DocLinkChecker (PR: #41)