Releases: Doraku/DefaultDocumentation
DefaultDocumentation 0.6.10
added Name FileNameMode (experimental, may generate name collission if multiple types have the same name in different namespaces)
DefaultDocumentation 0.6.7
fixed missing types link generation
DefaultDocumentation 0.6.6
fixed pointer member handling
fixed ValueTuple member handling
DefaultDocumentation 0.6.5
added derived types from the assembly on type pages
fixed AssemblyResolutionException for dependencies
DefaultDocumentation 0.6.3
added DefaultDocumentationNestedTypeVisibility parameter to set where nested types are displayed (possible value: Namespace, DeclaringType, Everywhere)
fixed see element with langword attribute usage
DefaultDocumentation 0.6.2
added DefaultDocumentationFileNameMode parameter to change the way documentation pages are named (possible values: FullName, Md5)
fixed invalid char in file name generation
DefaultDocumentation 0.6.1
fixed documentation generation for dynamic keyword
DefaultDocumentation 0.6.0
breaking change:
changed netcoreapp to v3.0
do not generate base homepage if there is only one namespace present and no DefaultDocumentationHome specified nor any AssemblyDoc
fixed operator documentation page overlapping names
DefaultDocumentation 0.5.5
fixed TypeDocItem writing members of nested types
fixed nested type not showing parent type in name
fixed NullReferenceException for generic type
fixed internal interfaces shown in implementation
DefaultDocumentation 0.5.2
fixed Property Returns title to Property Value
fixed enum field link
fixed leading whitespace in summary throwing an exception
added assembly documentation for home page through special named type AssemblyDoc
added DefaultDocumentationHome element to change home file name