Releases: sbt/sbt-site
sbt-site 1.7.0
sbt-site 1.6.0
sbt-site 1.5.0
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
sbt-site 1.5.0-RC2
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
sbt-site 1.5.0-RC1
sbt-site 1.5.0-M3
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
- ci: add bot identities #198 by @ennru
- ci: pass GH token in env #197 by @ennru
- ci: pass GH token to manage GH pages #196 by @ennru
- ci: all permissions on release workflow #195 by @ennru
- chore: adapt to branch rename; more names #190 by @ennru
- Add release workflow #189 by @ennru
- modern sbt 1.8.0 #187 by @ennru
- Scope makeSite task to current project #176 by @steinybot
- ci: naive GH workflow #180 by @ennru
- build: use release-drafter/release-drafter #175 by @ennru
- Fix link in hugo.md #173 by @ansvonwa
- Update sphinx.md #170 by @justinp
Contributors
@ansvonwa, @ennru, @justinp and @steinybot
sbt-site 1.4.1
Noteworthy
This release makes sbt-site work nicely with sbt 1.4.x (and all versions since sbt 1.1.6).
- Replace Press Any Key (to work in sbt 1.4) #163 by @ennru
- Add Asciidoctor attribute support #157 by @mhogerheijde
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
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 fromsrc/paradox
tosrc/main/paradox
. See the migration guide to see what actions need to be taken when upgrading.