Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@tfenne tfenne released this 05 Apr 18:32

Minor upgrade with the following improvements:

  • Added Configuration class for accessing TypeSafe config in a, ahem, type-safe way
  • Widened Io.writeLines to take TraversableOnce[String] instead of Seq[String]
  • Updated Io.readLinesFromResource to work for relative and absolute resource paths with and without leading /s
  • Improved the error message when trying to reflectively construct enum values