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

Changelog History
Page 3

  • v0.4.5 Changes

    • ➕ Added support for 2.12.0-RC2 (thanks Lars Hupel).
  • v0.4.4 Changes

    • ➕ Added support for 2.12.0-RC1 (thanks BenyHill).
    • Added :evaluated modifier to show only output (thanks Juan Pedro Moreno).
  • v0.4.3 Changes

    • ⚡️ Updated for 2.12.0-M4 and M5, both of which are in use at the moment.
    • Error are now reported using canonical file paths, making it consistent with scalac and sbt (thanks Olivier Blanvillain).
    • Compiler option -Ywarn-unused-import is now removed from options passed to IMain by tut since it makes the REPL freak out (thanks Jentsch).
    • 0️⃣ The .markdown extension is now included in the default name filter (thanks Chris Coffey).
    • The tut task now returns the complete list of examined files; subdirectories were being ignored (thanks Cody Allen).
    • 📜 The tutOnly filename completion parser is now available as a public setting, for evil purposes (thanks Adelbert Chang).
    • ⚡️ The scala-xml version has been updated to 1.0.5 for compatibility with Scala 2.12 (thanks Tsukasa Kitachi).
  • v0.4.2 Changes

    • 🛠 Fixed a bug that broke tab completion for multi-project builds.
    • 🎉 Initial support for Scala 2.12 and other build improvements courtesy of @guersam.
  • v0.4.1 Changes

    • tut is now linked to the sbt org, so an explicit resolver is no longer needed.
    • 🆕 New :reset and :book modifiers! See the README for details. Thanks @xuwei-k and @d6y!
  • v0.4.0 Changes

    • 0️⃣ The tutSourceDirectory can now contain subdirectories, and can also contain non-text resources like images, which will be copied verbatim. The tutNameFilter setting specifies a regex for filenames to interpret (.md .txt .htm .html by default).
    • The new tutOnly command allows you to run tut on a single file or subdirectory of tutSourceDirectory. Tab completion works.
    • tut is now run in the Test scope, which means (a) you can include test examples, and (b) the tut runtime does not become a transitive dependency of your project.
    • 🆕 Newlines are preserved verbatim in silent blocks and in all definitions. In modes where REPL output is shown there is always exactly one blank line between statements, but otherwise newlines are neither removed nor introduced. This really improves formatting.
    • The new :fail modifier asserts that the code in the shed must throw an exception or fail to compile, otherwise it fails the build.