Skip to content

Version 0.12

Compare
Choose a tag to compare
@raboof raboof released this 19 Mar 13:17
09c41a5
  • 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