Skip to content

Releases: sbt/sbt-site

sbt-site 1.7.0

06 Apr 08:23
601922e
Compare
Choose a tag to compare

Changes

Contributors

@RustedBones

sbt-site 1.6.0

20 Mar 15:13
cc567fd
Compare
Choose a tag to compare

Changes

sbt-site 1.5.0

12 May 07:21
d0f0289
Compare
Choose a tag to compare

Changes

Total makeover: split into modules per generator #203 by @ennru

Split into separate plugins per site generator to avoid dependency overload in the sbt builds using sbt-site.
Both Scala XML and Scala Parser Generators appear in other dependencies, many very outdated and likely unmaintained.

Not all previously supported site generators are prepared in this PR.

Available are:

  • Asciidoctor
  • GitBook
  • Paradox

See issues for formerly supported site creation tools.

Contributors

@ennru

sbt-site 1.5.0-RC2

11 Jan 14:31
5ebc21d
Compare
Choose a tag to compare
sbt-site 1.5.0-RC2 Pre-release
Pre-release

Changes

Total makeover: split into modules per generator #203 by @ennru

Split into separate plugins per site generator to avoid dependency overload in the using sbt builds.
Both Scala XML and Scala Parser Generators appear in dependencies, many very outdated and likely unmaintained.

Not all previously supported site generators are prepared in this PR.

Available are:

  • Asciidoctor
  • GitBook
  • Paradox

Contributors

@ennru

sbt-site 1.5.0-RC1

22 Dec 16:52
09daa23
Compare
Choose a tag to compare
sbt-site 1.5.0-RC1 Pre-release
Pre-release

Changes

Depend on Scala XML 2.1.0.

  • bump: Pamflet 0.10.0 which requires Scala XML 2.x #201 by @ennru
  • fix: re-enable GH pages test #202 by @ennru
  • bump(plugin): sbt-site 1.5.0-M3 #199 by @ennru

Contributors

@ennru

sbt-site 1.5.0-M3

20 Dec 16:08
91b8b45
Compare
Choose a tag to compare
sbt-site 1.5.0-M3 Pre-release
Pre-release

Important changes

The new plugin address is

addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0-M3")

sbt-site requires Java 11 or later.

To move it forward, tests for several site tools had to be commented out. See issues

  • Change groupd ID to com.github.sbt #193 by @ennru
  • bump: paradox 0.10.3 (was 0.5.5); Java 11; fix ref links #188 by @ennru

Changes

Contributors

@ansvonwa, @ennru, @justinp and @steinybot

sbt-site 1.4.1

01 Nov 21:50
a732440
Compare
Choose a tag to compare

Noteworthy

This release makes sbt-site work nicely with sbt 1.4.x (and all versions since sbt 1.1.6).

Changes

  • Use Release Drafter as GitHub action #166 by @ennru
  • Migrate to travis.com (as .org will close by end of 2020) #165 by @ennru
  • Update Travis CI file #164 by @eed3si9n
  • Added note about the includeFilter setting in the documentation #160 by @umbreak
  • Dogfood sbt-site 1.4.0 #152 by @ennru

Contributors

@eed3si9n, @ennru, @mhogerheijde and @umbreak

Release 1.4.0

23 May 11:57
Compare
Choose a tag to compare

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

Breaking changes

  • sbt-site is published for sbt >1.1.6, only
  • upgrade to Paradox 0.5.x (with its breaking changes)
  • Paradox integration has been changed to reuse settings from sbt-paradox plugin, which changes the default source directory from src/paradox to src/main/paradox. See the migration guide to see what actions need to be taken when upgrading.

v1.3.3

21 May 16:04
Compare
Choose a tag to compare

Release 1.3.3

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

Enhancements

  • add asciidoctor-diagram support #129 by @jonas
  • Add SVG and XML to JekyllPlugin's includeFilter #138 by @azolotko
  • Allow general search and replace in Preprocess #139 by @2m
  • Add setting for path in preview #147 by @ennru

v1.3.2

12 Feb 04:48
v1.3.2
Compare
Choose a tag to compare

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

Enhancements

  1. Bump sbt to 0.13.17 and 1.0.4. #123 by @jonas
  2. Bump Paradox to version 0.3.2. #123 by @jonas
  3. Port Laika site plugin to sbt 1.x. #121, #125 @rhpvorderman