Release 0.6.1
Minor upgrade with the following improvements:
- Better error message when reflectively construct a class but no one-arg string constructor is found (#28)
- Added
Io.readBytesFromResources()
to read binary data (#33) - Adding a
StringUtil.split
method for fasterString
splitting (#34) - Adding a
+=
method toSimpleCounter
(#34) - Adding
maxN
andmaxNBy
methods (#34) - Adding some generic utility classes related to asynchronous processing, reading, writing, and iterating over items
- A more general pooling mechanism for asynchronous writers (#35)
- Workaround for Files.newInputStream() returning a stream that's incompatible with stdin (#36)
- Updating to sbt 1.2.6
Note: there is no 0.6.0 release due to sbt and sbt-pgp having a bug not allowing us to release that version.