Skip to content

Releases: ThoughtWorksInc/sbt-api-mappings

v3.0.2

19 Mar 19:01
9954128
Compare
Choose a tag to compare

What's Changed

  • Avoid duplicate releases to Maven central by @Atry in #105
  • Fix URL for JDK 11 (fix #58) by @Atry in #106

Full Changelog: v3.0.1...v3.0.2

v3.0.1

19 Mar 18:08
bfd2ea4
Compare
Choose a tag to compare

Highlight

The URL generated by sbt-api-mappings is now compatible with Scala 3

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

19 Mar 18:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

v2.1.0

19 Mar 18:07
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @2m made their first contribution in #16

Full Changelog: v2.0.2...v2.1.0

v2.0.2

19 Mar 18:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Mar 18:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

05 Aug 02:26
Compare
Choose a tag to compare

Port to sbt 1.x versions.

v1.1.0

02 Aug 03:53
Compare
Choose a tag to compare

sbt-api-mapping 1.1.0 now handles linking to Javadoc for Java standard library (#6).

  • References to java symbols will link to the specific page of Javadoc if the current Scala version is 2.12.3 or newer version (thanks to scala/scala#5799).
  • References to java symbols will link to the homepage of the external library's Javadoc if the current Scala version is an older version.