Scalariform v0.1.7 Release Notes

Release Date: 2015-08-28 // over 8 years ago
  • 0.1.7 (27/August/15)

    • 🛠 FIX: correct checkFile exit status in scalariform-cli (issue #61)
    • 🛠 FIX: Fix multi-line argument lists when IndentWithTabs is enabled. (issue #63)
    • 🛠 FIX: Parse <: as SUBTYPE in scala 2.10.5 (PR #73)

Previous changes from v0.1.6

  • 0.1.6 (08/April/15)

    • 🛠 FIX: Bug in parser prevented DOT characters inside type parameters (issue #44)
    • 🆕 Newline no longer added for each function in => => => scenarios (issue #45)
    • ⚡️ Update build to sbt 0.13.7 and update java version validation (PR #42)
    • Rewrite -> into → when RewriteArrowSymbols is on (issue #34)
    • 🏗 Sync maven build with sbt build (PR #22)
    • ➕ Add support for Scala 2.12 in the maven build (PR #20)