Releases: copper-leaf/kodiak
Releases · copper-leaf/kodiak
1.0.0
0.5.1
- Rename
CommentComponent
toRichTextComponent
0.5.0
- Adds superclass/interface info to Kotlin classes
- Adds partial support for "parents" and "contexts" in top-level models. These will eventually be able to generate class hierarchy diagrams, lists of subclasses, and other things of that nature. Currently only Java dn Groovy are fully supported, and Kotlin is partially-supported.
0.4.6
- Fixes parsing code block in Dokka comments (again)
0.4.5
- Fixes parsing code block in Dokka comments
0.4.4
- Reverts SourceKitten version to not break Orchid OSX build
0.4.3
- Update sourcekitten version to 0.27.0
- fixes a couple formatting issues with swiftdoc formatter
0.4.2
- Allows individual members to be suppressed from final documentation
- Allows configuration of accessibility of Swift documentation
0.4.1
- Adds subpackages to Javadoc, Groovydoc, and Dokka package models
- Adds
.roots()
method toModuleDoc
to identify the intended entry points for the generated documentation
0.4.0
- Upgradles internal Dokka version to 0.10.0
- Fix issue of Dokka type parameters not being shown
- Change
AutoDocumentNode
from a data class to an interface