Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@aSemy aSemy released this 08 Sep 11:26
· 8 commits to main since this release
d2c167c

A minor release, mostly containing version bumps. There are some small fixes.

What's Changed

Fixes

  • When using IntelliJ, Dokkatoo logs a localhost link for easier viewing of the Dokka HTML output. The link was incorrect when the root project name didn't match the project's directory name. This now works. #272
  • If Dokkatoo can't detect the default JDK version, it tells Dokka to use JDK11 for generating links to JDK classes. This has no affect on compilation, only on links to JDK types in generated documentation. #239
  • Easier configuration of DokkaPublication output directory by @aSemy in #270
  • Reduce stdout logging during tests by @aSemy in #273

Docs

  • Fix Typo: add suppressInheritedMembers to example by @illarionov in #271
  • Add Spring Boot to Dokkatoo users by @aSemy in #237
  • Add Cloudflare Web Analytics to Dokkatoo website by @aSemy in #247

Dependency updates

New Contributors

Full Changelog: v2.3.1...v2.4.0