Skip to content

Releases: DavidVollmers/doki

Doki.Extensions

22 Jun 16:40
Compare
Choose a tag to compare
  • Moved Doki.Abstractions TryGetParent method to Doki.Extensions
  • Refactor Doki.Extensions TryGetParent method signature to be similar to TryGetByParents

Full Changelog: 2.0.0...2.1.0

Release 2.0

22 Jun 14:49
e44ef2e
Compare
Choose a tag to compare
  • Introduce Doki.Extensions package including the TryGetParent extension method
  • Move Remarks and Examples xml documentation properties from TypeDocumentationReference to MemberDocumentation to support xml documentation on all kind of members
  • Remove Summary xml documentation property from MemberDocumentation
  • Add Summaries xml documentation property to MemberDocumentation to support multiple summary xml elements
  • Improve NuGet loading when using doki g command to only load Output NuGet packages which support the current CLI version

Version-safe NuGet Loader

22 Jun 12:20
5010f7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

Fix JSON output

23 May 11:11
Compare
Choose a tag to compare
  • Fixed an issue where the Doki.Output.Json could not serialize MemberDocumentation objects

Fix doki init command

23 May 08:42
Compare
Choose a tag to compare
  • Fix the version used in the doki.config.schema.json used when creating the doki.config.json using the doki init command

First official Release

23 May 08:34
Compare
Choose a tag to compare
  • Allow resolving cref references for properties, fields, methods and constructors
  • Add missing DocumentationContentType "Method" for method documentation
  • Trim text contents read from xml documentation

JSON Output

07 May 16:34
Compare
Choose a tag to compare
JSON Output Pre-release
Pre-release
  • Introduce the Doki.Output.Json package to enable JSON output generation
  • Refactor the doki output layer for more flexibility
  • Dropped API support for .NET 6.0 (You can still generate documentation for .NET 6.0 projects)

Second Preview Release

20 Apr 13:04
Compare
Choose a tag to compare
Pre-release
  • A lot of bugfixes
  • Enhance documentation of API & CLI

Full Changelog: 0.2.0-preview...0.3.0-preview

First Preview Release

19 Apr 17:53
Compare
Choose a tag to compare
First Preview Release Pre-release
Pre-release
  • Introduce Command-Line Interface to generate documentation
  • Introduce multiple packages to generate documentation
  • Introduce the Doki.Output.Markdown package to generate markdown documentation

Full Changelog: https://github.com/DavidVollmers/doki/commits/0.2.0-preview