Laika v0.7.5 Release Notes

Release Date: 2017-12-30 // over 6 years ago
  • Support for sbt 1.0

    • ๐Ÿ”Œ Laika's sbt plugin is now an AutoPlugin
    • ๐Ÿ›  Prefixed all task and setting keys to adhere to recommended naming pattern
      (e.g. laikaGenerate)
    • Adjustments for API changes in sbt 1.0
    • ๐Ÿ› Bug fixes in the library
    • โฌ‡๏ธ Drop support for sbt 0.13 and Scala 2.10

    ๐Ÿ”Œ The unusual version number reflects the fact that users of the sbt plugin need
    โšก๏ธ to update their build for the changes in the key names, while for users of
    ๐Ÿš€ the library this release is a drop-in replacement containing only bug fixes.