Skip to content

News

0.5.0 • Complete rewrite

Renderer

This release contains a complete reimplementation of the renderer (!27). It now knows how to render:

  • A navigation bar on each page
  • Page metadata (available platforms)
  • Headers
  • Platform-specific content
  • Code blocks
  • Inline code
  • Hyperlinks (local and external)
  • Bold, italic and strikethrough text
  • Package lists
  • Type lists
  • Function & constructor lists
  • Property lists
  • Inheritor lists
  • Ordered and unordered lists
  • The @throws and @see tags
  • Type parameters

Known issues in this version:

  • Hyperlinks in module header pages are broken. Links in all other pages should work.
  • Platform-specific tabs are sometimes weird for expect/actual symbols.

Documentation

  • Added a mention that use_directory_urls is forbidden (#14, !29)
  • Added a 'News' section which contains releases (!30)

Dependencies

  • Kotlin 2.1.10

0.4.1 • Stability improvements, constructors and properties

Dokka support

  • Avoid relying on internal Dokka APIs (#ffb4e988, !17)
  • Fix the plugin attempting to pull an inexistant version of the renderer (#923a4f12, !17)
  • Fix broken navigation titles for CamelCase declarations (#e87c04fc, !16)
  • Place top-level factories right after their class (#f84849fa, !18)

Dokkatoo support

  • Fix the plugin attempting to pull an inexistant version of the renderer (#4a826f19, !17)
  • Fix broken navigation titles for CamelCase declarations (#d1bbf707, !16)

Renderer

  • List constructors in a class' page (!18)
  • List properties in a class' or package's page (!18)

0.3.0 • First published version, module and package headers, table of contents

Renderer

  • Prepare for MavenCentral publication (!9)
  • Fix broken module page when module name contains spaces (!10)
  • Support module header description via 'includes' (!10)
  • Fix table of contents not appearing on any pages (!10)
  • Classes and top-level functions are displayed in each package's page (!10)

Dokkatoo plugin

  • All pages are added to the MkDocs navigation (!7)
  • Prepare for MavenCentral publication (!9)