Release 0.5.0
Minor upgrade with the following improvements:
- Added
Configuration
class for accessing TypeSafe config in a, ahem, type-safe way - Widened
Io.writeLines
to takeTraversableOnce[String]
instead ofSeq[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