Skip to content

Releases: lightbend/genjavadoc

0.19

11 Mar 21:11
dfc845d

Choose a tag to compare

Notable changes

  • Support java Deprecated on Scala symbols by @lrytz in #348

Chores

Full Changelog: v0.18...v0.19

0.18

15 Jul 13:45
852a97b

Choose a tag to compare

This release fixes a bug (#286) with Scala 2.13.6 in relation with @deprecated annotations in Scala sources leading to a NoSuchElementException in some cases.

0.18-RC1

15 Jul 13:05
c197b5a

Choose a tag to compare

0.18-RC1 Pre-release
Pre-release

Testing Github Actions automated release procress.

0.17

16 Mar 13:44
52b8fdb

Choose a tag to compare

Various upgrades, including a fix so genjavadoc works with 'rangepos' enabled, which has become the default in Scala 2.13.5

0.16

23 Mar 16:43
122ef6a

Choose a tag to compare

This release fixes a corner case (#229) that would lead to Java code so invalid that javadoc wouldn't accept it even with --ignore-source-errors.

Also Scala 2.13.2 and 2.12.11 are now supported.

0.15

07 Nov 08:35
7ee7464

Choose a tag to compare

In this release:

  • Support for Scala 2.13.1 #199
  • Support for Scala 2.12.10 #194
  • Release from CI #202, #203
  • More accurately set the compiler phase #191

For all details see https://github.com/lightbend/genjavadoc/milestone/15?closed=1

0.15-RC3

06 Nov 16:30
7ee7464

Choose a tag to compare

0.15-RC3 Pre-release
Pre-release

Another test, now with the original staging profile name

v0.15-RC2

06 Nov 10:16

Choose a tag to compare

v0.15-RC2 Pre-release
Pre-release

Testing the automatic release process after moving to sbt-ci-release

0.15-RC1

21 Oct 12:18
1bfc9c2

Choose a tag to compare

0.15-RC1 Pre-release
Pre-release

Testing automatic release process

0.14

17 Sep 09:56
55be504

Choose a tag to compare

Aside from a number of internal changes, this release adds support for Scala 2.12.9, 2.12.10 and 2.13.0 to the mainline release and prepares for the upcoming 2.13.1. It also add basic support for passing annotations to the generated Java stubs thanks to a contribution by @ilx #171. See the milestone for more details.