All Versions
11
Latest Version
Avg Release Cycle
306 days
Latest Release
1520 days ago

Changelog History
Page 1

  • v0.4.3 Changes

    January 29, 2020
  • v0.4.2 Changes

    June 11, 2018

    ๐Ÿš€ Updated genjavadoc to 0.11.

  • v0.4.1 Changes

    August 04, 2017

    ๐Ÿ— cross building for sbt 1.0

    sbt-unidoc is cross published to both sbt 0.13 and sbt 1.x.

    โœ… This was contributed by @liff in #38. To verify the PR, @xuwei-k contributed tests in #40 and #42.

  • v0.4.0 Changes

    February 12, 2017

    ๐Ÿ”Œ auto plugin

    ๐Ÿ”Œ @nrinaudo contributed migration to auto plugin in #31.

    Before:

    import UnidocKeys._
    val root = (project in file("."))
      .aggregate(library, app)
      .settings(commonSettings: _*)
      .settings(unidocSettings: _*)
    

    After:

    val root = (project in file("."))
      .enablePlugins(ScalaUnidocPlugin)
      .aggregate(library, app)
      .settings(commonSettings: _*)
    
  • v0.3.3

    May 20, 2015
  • v0.3.2

    February 09, 2015
  • v0.3.1

    April 23, 2014
  • v0.3.0

    October 05, 2013
  • v0.2.0

    July 30, 2013
  • v0.1.2

    October 05, 2013