All Versions
26
Latest Version
Avg Release Cycle
61 days
Latest Release
1681 days ago

Changelog History
Page 2

  • v0.6.3 Changes

    • fork in (Tut, run) := true now works for real, sorry (thanks again @metasim).
    • ๐Ÿš€ Build is now modern and uses sbt-release (finally!) so publishing is no longer a nightmare.
    • There is now a wee microsite.
  • v0.6.2 Changes

    ๐Ÿš€ This release forward-ports improvements from 0.5.5 and 0.5.6.

    • ๐Ÿ†• New passthrough modifier for code that generates markdown (thanks @metasim).
    • fork in (Tut, run) := true now works (thanks again @metasim).
    • โœ… scalacOptions in Tut now defaults to scalacOptions in Test which allows Scalameta to work properly (it doesn't work in console for some reason ... thanks @kailuowang and @suhasgaddam).
    • ๐Ÿ›  Fixes stack overflows with large input files and cleans up the FP micro-library.
  • v0.6.1 Changes

    โšก๏ธ This updates scala-xml to 1.0.6 as required by Scala 2.13.0-M1, and reverts removal of 2.10 support. Thanks :sparkles: Frank Thomas :sparkles: for this contribution.

  • v0.6.0 Changes

    ๐Ÿš€ First release for sbt 1.0, courtesy of sparkly :sparkles: Lars Hupel :sparkles:.


    ๐Ÿ‘€ See the master branch for further developments in the 0.5.x series.

  • v0.5.2 Changes

    ๐Ÿš€ Somehow :confused: tpolecat :confused: botched the 0.5.1 release, which didn't actually include the only change it was intended to include. This uh, fixes that.

  • v0.5.1 Changes

    ๐Ÿ›  This is a bugfix release that fixes an issue which could cause the tut-core dependency to be included in the POM information for artifacts of projects that use tut. Many thanks to :sparkles: Nicolas Rinaudo :sparkles: and :sparkles: Dale Wijnand :sparkles: for prompt and clever sleuthing.

  • v0.5.0 Changes

    ๐Ÿš€ Many thanks to :sparkles: Nicolas Rinaudo :sparkles: and :sparkles: Jisoo Park :sparkles: for their work on this release.

    • tut is now an autoplugin.
    • โž• Added a Tut SBT configuration.
    • โœ‚ Removed tutScalacOptions (replaced by scalacOptions in Tut).
    • 0๏ธโƒฃ No longer filters -Ywarn-unused-imports out, but inherits the default scalacOptions from the REPL ones.
    • tutNameFilter is now honoured when monitoring modified files.
  • v0.4.8 Changes

    • โž• Added decorate modifier for use with Kramdown, courtesy of Juan Pedro Moreno.
  • v0.4.7 Changes

    • โž• Added long-awaited tutQuick command, courtesy of Dave Gurnell.
  • v0.4.6 Changes

    • โž• Added support for 2.12.0 final (thanks Lars Hupel).
    • ๐Ÿ‘Œ Improved management of Scala versions with scripted tests (thanks again Lars Hupel).