Skip to content

Release 0.6.1

Compare
Choose a tag to compare
@nh13 nh13 released this 06 Nov 17:47

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 faster String splitting (#34)
  • Adding a += method to SimpleCounter (#34)
  • Adding maxN and maxNBy 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.