Skip to content

Releases: Doraku/DefaultDocumentation

DefaultDocumentation 0.6.10

04 Jul 13:05
Compare
Choose a tag to compare

added Name FileNameMode (experimental, may generate name collission if multiple types have the same name in different namespaces)

nuget package

DefaultDocumentation 0.6.7

30 May 20:53
Compare
Choose a tag to compare

fixed missing types link generation

nuget package

DefaultDocumentation 0.6.6

30 May 18:31
Compare
Choose a tag to compare

fixed pointer member handling
fixed ValueTuple member handling

nuget package

DefaultDocumentation 0.6.5

27 May 21:19
Compare
Choose a tag to compare

added derived types from the assembly on type pages

fixed AssemblyResolutionException for dependencies

nuget package

DefaultDocumentation 0.6.3

10 May 17:33
Compare
Choose a tag to compare

added DefaultDocumentationNestedTypeVisibility parameter to set where nested types are displayed (possible value: Namespace, DeclaringType, Everywhere)

fixed see element with langword attribute usage

nuget package

DefaultDocumentation 0.6.2

24 Apr 17:35
Compare
Choose a tag to compare

added DefaultDocumentationFileNameMode parameter to change the way documentation pages are named (possible values: FullName, Md5)

fixed invalid char in file name generation

nuget package

DefaultDocumentation 0.6.1

10 Apr 16:14
Compare
Choose a tag to compare

fixed documentation generation for dynamic keyword

nuget package

DefaultDocumentation 0.6.0

15 Mar 12:42
Compare
Choose a tag to compare

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

nuget package

DefaultDocumentation 0.5.5

23 Feb 16:30
Compare
Choose a tag to compare

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

nuget package

DefaultDocumentation 0.5.2

23 Jan 20:33
Compare
Choose a tag to compare

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

nuget package