Releases: eed3si9n/treehugger
Releases · eed3si9n/treehugger
0.4.4
treehugger 0.4.4 is published for Scala 2.10 - 2.13.
- case classes with an empty parameter list are printed with parenthesis #45 / #44 by @JBakouny
- code upkeep and Scala version bumps by @xuwei-k, @sullis, and @eed3si9n
about treehugger.scala
treehugger.scala is a library to code Scala programmatically.
0.4.3
Breaking change: annotation
Print annotations for ClassDef
, PackageDef
, ModuleDef
, ValDef
, ProcDef
, DefDef
on their own lines.
Before:
@annotation1 @annotation2 trait MyTrait {
...
}
After:
@annotation1
@annotation2
trait MyTrait {
...
}
Contributed by @julianpeeters as #34
Cross building: 2.10, 2.11, 2.12, and 2.13.0-M2
treehugger 0.4.3 is cross published for 2.10, 2.11, 2.12, and 2.13.0-M2.