Skip to content

0.5.0

Compare
Choose a tag to compare
@jenshalm jenshalm released this 23 May 00:35
· 3266 commits to main since this release

Introducing sbt Plugin

  • New sbt plugin, exposing all Laika
    features and customization hooks as sbt tasks and settings
  • New option to merge multiple input directories into a tree structure with a single root,
    allowing to keep reusable styles or templates ("themes") separately
  • New option to use Markdown and reStructuredText markup in the same input tree, including
    cross-linking between the two formats
  • Move to a multi-project build and rename the main artifact from laika to laika-core
  • Upgrade to ScalaTest 2.0 and sbt 0.13
  • Drop support for Scala 2.9.x