Releases: Ellerbach/docfx-companion-tools
Releases · Ellerbach/docfx-companion-tools
v1.24.0
🐛 Fixes
- DocFxTocGenerator: fixed folder override (PR: #76)
v1.23.0
📄 Documentation
- Modified documentation for return codes of DocLinkChecker on Linux (PR: #73)
v1.22.0
🚀 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
🚀 Features
- Added validation of root-reference with ~ (PR: #59)
v1.20.0
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
🚀 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
🐛 Fixes
- Doclinkchecker unicode fix (PR: #49)
v1.17.0
🚀 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
🚀 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
🐛 Fixes
- Fix the length error in DocLinkChecker (PR: #41)