Releases: lightbend/sbt-paradox-apidoc
Releases · lightbend/sbt-paradox-apidoc
v1.1.0
What's Changed
Bumps to current versions of libraries and build tools.
- sbt-header 5.10.0 (was 5.9.0) by @scala-steward in #252
- Upgrade dependencies to move away from repo.scala-sbt.org by @mkurz in #271
- sbt 1.9.8 (was 1.9.4) by @scala-steward in #270
- scala-library 2.12.18 (was 2.12.17) by @scala-steward in #254
- classgraph 4.8.165 (was 4.8.162) by @scala-steward in #267
- sbt-github-actions 0.22.0 (was 0.16.0) by @scala-steward in #269
- Prepare release by @ennru in #272
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
Updates to use Paradox 0.10.3 which supports Java 17, but requires at least Java 11.
- Replace bintray/travis badges with Maven/github-actions by @mdedetrich in #220
- Update scalafmt by @mdedetrich in #221
- scalatest 3.2.13 (was 3.2.10) by @scala-steward in #230
- scalatest 3.2.14 (was 3.2.13) by @scala-steward in #233
- scala-library 2.12.17 (was 2.12.15) by @scala-steward in #232
- classgraph 4.8.149 (was 4.8.141) by @scala-steward in #226
- sbt-header 5.7.0 (was 5.6.5) by @scala-steward in #225
- chore: stay on Scala 2.12.x by @ennru in #218
- sbt-ci-release 1.5.11 (was 1.5.10) by @scala-steward in #234
- classgraph 4.8.150 (was 4.8.149) by @scala-steward in #237
- sbt-header 5.9.0 (was 5.7.0) by @scala-steward in #236
- renovate things (requires Java 11) by @ennru in #241
Full Changelog: v0.10.1...v1.0.0
Paradox @apidoc 0.10.1
Changes
Testing new CI release setup.
Updates
- classgraph 4.8.141 (was 4.8.133) #216 by @scala-steward
- sbt-header 5.6.5 (was 5.6.0) #208 by @scala-steward
- Add sbt ci release #215 by @mdedetrich
- Only build for JDK8 #214 by @mdedetrich
- Use GitHub actions instead of travis #212 by @mdedetrich
- Update and apply scalafmt #211 by @mdedetrich
- Current versions; drop CI publishing #203 by @ennru
- scalafmt-core 2.7.5 (was 2.6.4) #170 by @scala-steward
- sbt-dynver 4.1.1 (was 4.0.0) #160 by @scala-steward
Paradox @apidoc 0.10
Changes
Updates
- sbt 1.3.12 (was 1.3.10) #157 by @scala-steward
- classgraph 4.8.87 (was 4.8.78) #156 by @scala-steward
- scalatest 3.2.0 (was 3.1.2) #159 by @scala-steward
- sbt-scalafmt 2.4.0 (was 2.3.4) #151 by @scala-steward
- Update sbt-paradox to 0.8.0 #147 by @scala-steward
- Make Scala Steward less aggressive #149 by @ennru
- Update sbt-header to 5.6.0 #142 by @scala-steward
Paradox @apidoc 0.9
Changes
- Support link to methods with bounded types #130 by @ignasi35
- Promote configuration of apidocRootPackage #129 by @Synesso
Updates
- Update sbt-scalafmt to 2.3.2 #127 by @scala-steward
- Update scalafmt-core to 2.4.2 #126 by @scala-steward
- Update scalatest to 3.1.1 #125 by @scala-steward
- Update classgraph to 4.8.65 #124 by @scala-steward
- Update sbt-paradox to 0.6.9 #123 by @scala-steward
- Update sbt to 1.3.8 #116 by @scala-steward
- Update sbt-header to 5.4.0 #112 by @scala-steward
Paradox @apidoc 0.8
Changes
- Allow linking to Java class with Scala object #109 by @ennru
- Inner classes: require ends with #108 by @ennru
- Simplify release procedure #97 by @raboof
Updates
- Update scalafmt-core to 2.3.2 #104 by @scala-steward
- Update sbt to 1.3.6 #110 by @scala-steward
- Update sbt-bintray to 0.5.6 #111 by @scala-steward
- Update classgraph to 4.8.59 #107 by @scala-steward
- Update sbt to 1.3.5 #106 by @scala-steward
- Update sbt-scalafmt to 2.3.0 #103 by @scala-steward
Paradox @apidoc 0.7
Features
Changes
- Update paradox to 0.6.8 #96 by @raboof
- Release drafter config #95 by @ennru
- Update classgraph to 4.8.58 #93 by @scala-steward
- Update scalatest to 3.1.0 #94 by @scala-steward
- Update sbt-header to 5.3.1 #90 by @scala-steward
- Update sbt to 1.3.4 #87 by @scala-steward
v0.6 Support links to methods
The main new feature is #81:
@apidoc[method](Flow) { scala="#method():Unit" java="#method()" }
0.4 apidoc links wrapped in code-tag
- Adapt to changes from lightbend/paradox#378