Skip to content

Releases: lightbend/genjavadoc

Version 0.13

27 Mar 10:00
95ada5b
Compare
Choose a tag to compare

This version releases #167, which prevents a warning (that turns into an error with -Xfatal-warnings) when genjavadoc is enabled while generating scaladoc.

https://github.com/lightbend/genjavadoc/milestone/13?closed=1

Version 0.12

19 Mar 13:17
09c41a5
Compare
Choose a tag to compare
  • support adding Javadoc comment in the presence of existing C-style comments #165
  • always treat traits as public, even if they are not at the toplevel #158, #162
  • don't avoid possibly-problematic private classes and methods (as they are not included in the javadoc anyway) #159
  • lift inner classes with the same name (like we already did for interfaces) #157
  • fix creating static forwarders for inherited methods #156
  • test with OpenJDK 11, drop JDK 6
  • drop ancient Scala versions from the build matrix #140
  • spelling of Javadoc and Scaladoc (not JavaDoc and ScalaDoc) #137
  • support Scala 2.13.0-M5

version 0.11

16 Feb 03:46
Compare
Choose a tag to compare
  • Correctly flatten members of a class (#115)
  • Avoid nested interfaces in classes with the same name (#117)
  • support Scala 2.13.0-M3