Releases: ThoughtWorksInc/sbt-api-mappings
Releases · ThoughtWorksInc/sbt-api-mappings
v3.0.2
v3.0.1
Highlight
The URL generated by sbt-api-mappings is now compatible with Scala 3
What's Changed
- Update scalatest to 3.0.6 by @scala-steward in #23
- Update scalatest to 3.0.7 by @scala-steward in #24
- Update scalatest to 3.0.8 by @scala-steward in #25
- Update extractor to 2.1.2 by @scala-steward in #26
- Update sbt-best-practice to 3.0.2 by @scala-steward in #27
- Update sbt-best-practice to 3.5.0 by @scala-steward in #28
- Update project template by @Atry in #36
- Merge branch 'template' of https://github.com/ThoughtWorksInc/scala-proj... by @Atry in #37
- Fix tests by @Atry in #38
- Update scalatest to 3.1.0 by @scala-steward in #43
- Update scalafmt-core to 2.3.2 by @scala-steward in #41
- Update sbt-sonatype to 3.8.1 by @scala-steward in #42
- Update sbt-example to 7.0.0 by @scala-steward in #40
- Update tests of sbt-api-mappings by @ashawley in #47
- Add test of Scala 2.13 by @ashawley in #49
- Update Travis build by @ashawley in #48
- Update sbt-best-practice to 7.2.0 by @scala-steward in #46
- Update sbt, scripted-plugin to 1.3.5 by @scala-steward in #44
- Update sbt-pgp to 2.0.1 by @scala-steward in #45
- Set up Github Actions by @Atry in #102
- Remove index.html from the URL prefix because ScalaDoc 3 would not trim it automatically like ScalaDoc 2 did by @Atry in #103
- Update sbt-sonatype to 3.9.12 by @scala-steward in #101
- Update sbt-pgp to 2.0.2 by @scala-steward in #90
- Update sbt-dynver to 4.1.1 by @scala-steward in #76
- Update sbt-example to 7.0.1 by @scala-steward in #63
- Update scalatest to 3.1.4 by @scala-steward in #82
- Update extractor to 2.1.3 by @scala-steward in #64
- Test JDK 17 by @Atry in #104
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Support Scaladoc on sonatype.org for sbt plug-ins by @Atry in #17
- Prefer javadoc.io over sonatype.org by @Atry in #18
- sbt 1.1.6 by @sullis in #19
- Update scalatest to 3.0.5 by @scala-steward in #21
- Update extractor to 2.1.1 by @scala-steward in #20
- Fix url for JDK 11 by @ashawley in #22
Full Changelog: v2.1.0...v3.0.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.1.0
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.