Skip to content

Releases: sbt/sbt-site

v1.3.1

25 Sep 14:09
Compare
Choose a tag to compare

See the 1.3.1 milestone for the full list of related tickets and PRs.

Enhancements

  1. Bump Paradox to version 0.3.0 and support the Paradox site plugin for
    sbt 1.0. #111 (@jonas)

Fixes

  1. Enable sbt-ghpages integration test for sbt 1.0. #110 (@xuwei-k)

v1.3.0

13 Aug 01:58
Compare
Choose a tag to compare

See the 1.3.0 milestone for the full list of related tickets and PRs.

Enhancements

  1. Cross publish to both sbt 0.13 and 1.x. #105, #106, #107 (@larsrh, @xuwei-k)
  2. Bump pamflet to version 0.7.1. #103 (@xuwei-k)

Fixes

  1. Fix the build in Travis. #104 (@ashawley)

Using sbt-site with sbt version 1.0

This release adds support for sbt 1.0, however, the Laika and Paradox generators are only available for sbt 0.13.

Release 1.2.1

12 Jun 00:39
Compare
Choose a tag to compare

See the 1.2.1 milestone for the full list of related tickets and PRs.

Enhancements

  1. Support for Laika site generation. #92, Thanks @vshalts!
  2. Upgrade Paradox to version 0.2.12. #93, #101 (@sirthias, @jonas)
  3. Export optional environment variable map for Hugo. #98 (@bfritz)
  4. Update sbt to version 0.13.15 and fix warnings. #100 (@xuwei-k)

Fixes

  1. Fix issues with Hugo 0.20.1 version extraction. #96, #97 (@vshalts)

Release 1.2.0

09 Jan 17:05
Compare
Choose a tag to compare

See the 1.2.0 milestone for the full list of related tickets and PRs.

Enhancements

  1. Support for Hugo site generation. Thanks @timperrett!
  2. Added excludeFilter support to GitBook generator. Thanks @jonas!
  3. Added previewAuto command, which launches a dynamic HTML server updating content with each modification in site
    source. Thanks @gsechaud! Note: This change includes an upgrade of the unfiltered depenency. Please let us know of
    any incompatibilities with other plugins that might be caused by this change.
  4. Bump Paradox to version 0.2.7 (@jonas)
  5. Improve support for GitBook version 3.x.x. #83
  6. Paradox-based documentation site at http://scala-sbt.org/sbt-site/ with improved examples. #84, #55
  7. Auto generation/publishing of docs via TravisCI (@jonas)
  8. Updated release process docs (@metasim)

Fixes

  1. Fix default settings for Paradox. #74, #80
  2. Fix default GitBook mappings to not include .git and .gitignore. #67

Release 1.2.0-RC1

05 Nov 19:27
Compare
Choose a tag to compare

Version 1.2.0 is initially coming out in "RC" form due to an upgrade in the unfiltered dependency. Please see below.

Enhancements

  1. Support for Hugo site generation. Thanks @timperrett!
  2. Added excludeFilter support to GitBook generator. Thanks @jonas!
  3. Added previewAuto command, which launches a dynamic HTML server updating content with each modification in site source. Thanks @gsechaud! Note: This change includes an upgrade of the unfiltered depenency. Please let us know of any incompatibilities with other plugins that might be caused by this change.

Release 1.1.0

05 Nov 18:45
Compare
Choose a tag to compare

Enhancements

  1. Support for Paradox. Thanks @eed3si9n!

Release 1.0.0 (AutoPlugin)

15 Mar 23:49
Compare
Choose a tag to compare

Enhancements

  1. Conversion to AutoPlugin
  2. Support for GitBook generator. (Thanks to @jonas!)

Project Management

  1. Added scripted tests for:
    • nanoc
    • pamflet
    • site + scaladoc
    • sphinx
    • gitbook
  2. Code and documentation cleanup

Release 1.0.0-RC3

02 Mar 19:05
Compare
Choose a tag to compare
Release 1.0.0-RC3 Pre-release
Pre-release

Enhancements

Bug Fixes

  • Added workaround to Travis-CI build error invoking nanoc.

Release 0.8.2

05 Oct 15:12
Compare
Choose a tag to compare

Enhancements

  • Finished partially implemented "preprocessing" site generation mode whereby files in src/site-preprocess with @ delimited variables (e.g. @VERSION@) are expanded based on values in setting preprocessVars[Map[String, String]].

Project Management