Laika v0.10.0 Release Notes

Release Date: 2018-12-01 // over 5 years ago
  • Support for GitHub Flavored Markdown

    • ๐Ÿ†• New Markdown parser extensions for GitHub Flavour:
      • Tables
      • Fenced Code Blocks
      • Auto-Links
      • Strikethrough
    • Preparing for Scala 2.13
      • Adjust use of Collection API for breaking changes and deprecations in 2.13
      • Replace use of parallel collections with custom executor
      • Release will follow once 2.13 is final
    • ๐Ÿ”ง Level of parallelism of transformations is now configurable
    • โšก๏ธ Fully backwards-compatible to 0.9.0 - if you update from an earlier version, please see
      ๐Ÿš€ the release notes for 0.9.0 for migration