Skip to content

Releases: copper-leaf/kodiak

1.0.0

22 May 16:44
Compare
Choose a tag to compare
  • Updates all to kotlin 1.4.32

0.5.1

05 May 01:58
Compare
Choose a tag to compare
  • Rename CommentComponent to RichTextComponent

0.5.0

01 May 15:53
Compare
Choose a tag to compare
  • 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

23 Apr 02:07
Compare
Choose a tag to compare
  • Fixes parsing code block in Dokka comments (again)

0.4.5

27 Jan 01:51
Compare
Choose a tag to compare
  • Fixes parsing code block in Dokka comments

0.4.4

17 Dec 23:43
Compare
Choose a tag to compare
  • Reverts SourceKitten version to not break Orchid OSX build

0.4.3

17 Dec 19:18
Compare
Choose a tag to compare
  • Update sourcekitten version to 0.27.0
  • fixes a couple formatting issues with swiftdoc formatter

0.4.2

27 Oct 23:01
Compare
Choose a tag to compare
  • Allows individual members to be suppressed from final documentation
  • Allows configuration of accessibility of Swift documentation

0.4.1

27 Oct 03:59
Compare
Choose a tag to compare
  • Adds subpackages to Javadoc, Groovydoc, and Dokka package models
  • Adds .roots() method to ModuleDoc to identify the intended entry points for the generated documentation

0.4.0

26 Oct 19:19
Compare
Choose a tag to compare
  • 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