Laika v0.7.0 Release Notes

Release Date: 2017-04-17 // about 7 years ago
  • Redesign of the Document API

    • ๐Ÿ‘Œ Support for Scala 2.12 (with continued support for 2.11 and 2.10)
    • ๐Ÿ†• New Document API: use case classes wherever possible,
      extract features into pluggable traits and introduce a new Cursor type for tree rewriting
    • ๐Ÿ‘ Allow to customize the FopFactory for the PDF renderer (in API and sbt plugin)
    • ๐Ÿ›  Fix an issue in the laika:site task in the sbt plugin that executed several sub-tasks
      twice which could lead to IllegalStateExceptions caused by the resulting race condition
    • ๐Ÿ›  Fixes for the reStructuredText parser (for option lists and IP addresses)