Releases: sbt/sbt-site
Releases · sbt/sbt-site
v1.3.1
v1.3.0
See the 1.3.0 milestone for the full list of related tickets and PRs.
Enhancements
- Cross publish to both sbt 0.13 and 1.x. #105, #106, #107 (@larsrh, @xuwei-k)
- Bump pamflet to version 0.7.1. #103 (@xuwei-k)
Fixes
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
See the 1.2.1 milestone for the full list of related tickets and PRs.
Enhancements
- Support for Laika site generation. #92, Thanks @vshalts!
- Upgrade Paradox to version 0.2.12. #93, #101 (@sirthias, @jonas)
- Export optional environment variable map for Hugo. #98 (@bfritz)
- Update sbt to version 0.13.15 and fix warnings. #100 (@xuwei-k)
Fixes
Release 1.2.0
See the 1.2.0 milestone for the full list of related tickets and PRs.
Enhancements
- Support for Hugo site generation. Thanks @timperrett!
- Added
excludeFilter
support to GitBook generator. Thanks @jonas! - 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 theunfiltered
depenency. Please let us know of
any incompatibilities with other plugins that might be caused by this change. - Bump Paradox to version 0.2.7 (@jonas)
- Improve support for GitBook version 3.x.x. #83
- Paradox-based documentation site at http://scala-sbt.org/sbt-site/ with improved examples. #84, #55
- Auto generation/publishing of docs via TravisCI (@jonas)
- Updated release process docs (@metasim)
Fixes
Release 1.2.0-RC1
Version 1.2.0 is initially coming out in "RC" form due to an upgrade in the unfiltered
dependency. Please see below.
Enhancements
- Support for Hugo site generation. Thanks @timperrett!
- Added
excludeFilter
support to GitBook generator. Thanks @jonas! - 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 theunfiltered
depenency. Please let us know of any incompatibilities with other plugins that might be caused by this change.
Release 1.1.0
Release 1.0.0 (AutoPlugin)
Enhancements
- Conversion to
AutoPlugin
- Support for GitBook generator. (Thanks to @jonas!)
Project Management
- Added
scripted
tests for:- nanoc
- pamflet
- site + scaladoc
- sphinx
- gitbook
- Code and documentation cleanup
Release 1.0.0-RC3
Enhancements
- Added GitBook support.
Bug Fixes
- Added workaround to Travis-CI build error invoking
nanoc
.
Release 0.8.2
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 settingpreprocessVars[Map[String, String]]
.
Project Management
- Updated SBT, Scala, and plugin versions
- Added Travis-CI build support.
- Added Gitter link.