dokka v1.4.10 Release Notes

Release Date: 2020-09-22 // over 3 years ago
  • Main features:

    • The New HTML format is much more mobile-friendly - #1279
    • Kotlin 1.4.10

    ๐Ÿ‘Œ Improvements:

    Javadoc:

    • โž• added subclasses page
    • โž• added deprecated page

    Other:

    • โž• added favicon in HTML format
    • ๐Ÿ“š simplified where documentation for modules is being searched for - #1265

    ๐Ÿ› Bugs fixed:

    • Asterisks in KDoc cause the chunk of text to be ripped off - #1368
    • Missing variance in classlike signatures - #1384
    • NullPointerException on images - #1424
    • Javadoc version number is always 0.0.1 - #1406
    • ๐Ÿ“ฆ Codeblocks from package markdown are not displayed in HTML - #1371
    • ๐Ÿ”„ Change substituting typealiases with actual types - #1447
    • NotImplementedError after migrating from 0.10.1 to 1.4.0-rc-24 - #1255
    • Kotlin as Java should translate type aliases - #1115
    • ๐Ÿ“ฆ Show fully qualified name for typealias target coming from different package - #950