dokka v1.4.10.2 Release Notes

Release Date: 2020-10-20 // over 3 years ago
  • ๐Ÿš€ This release is focused mainly on polishing features that were already present in Dokka

    ๐Ÿ‘Œ Improvements:

    • Created "On this page" component in the HTML format to allow quicker navigation through long pages - #1504
    • Javadoc will now inform when it is misconfigured with multiple sourcesets - #1457
    • ๐Ÿ”Œ Created a Java-friendly API for plugins - #1495
    • 0๏ธโƒฃ CLI module name is now optional with default value - #1533
    • โž• Added parsing of package-info in Java sources - #1528
    • Translators now run in parallel #1506
    • โž• Added better handling of functional types in rendered output - #1483
    • โž• Added default values for primitive properties. Added presenting default values in signatures - #1489
    • Types are now distinguished from functions in the navigation #1555
    • ๐Ÿ“„ Multiple improvements to HTML format (shorter docs on list pages, signature placement) - #1529
    • Set aether authn when getting artifacts - #1512
    • โž• Added separate pages for properties - #1494
    • Made logo replaceable - #1488
    • ๐Ÿ‘ GFM now supports anchors - #1442

    ๐Ÿ›  Bugfixes:

    • Handling of multiple authors - #1539
    • ๐Ÿ“š Merging documentations of modules and packages - #1480
    • ๐Ÿ“œ Parsing strikethrough - #1397
    • Escape special characters in file names - #1481
    • ๐Ÿ›  Fix multiline links in Javadoc and wrong linebreaking of <pre> bodies #1518
    • ๐Ÿ›  Fix vararg signatures - #1516
    • ๐Ÿ›  Fix rendering of comment tables - #1560
    • Escape urls in anchors - #1519
    • Hide derived members that are not public - #1459