1.4.10.2 Alpha - Improvements and bugfixes
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
- 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