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