Grizzled Scala 0.5.1
- Updated to
posterous-sbtplugin version 0.1.5. - Removed CHANGELOG, because it can now be generated by
posterous-sbt. - Added
grizzled.generator, which can be used to create Python-style generators. (It borrows shamelessly from Rich Dougherty's Stack Overflow post.) - Added
listRecursively()generator function togrizzled.file.GrizzledFile. Via implicits,GrizzledFilecan be used to extendjava.io.File. - The
grizzled.readline.Readlinetrait now contains acleanupmethod, and thegrizzled.cmd.CommandInterpreterclass now calls it on exit. This change ensures that the terminal isn't left in a weird state.
The Grizzled Scala Library contains a variety of miscellaneous utility classes and objects. Basically, whenever I find myself writing something that's general-purpose, I put it in here, so I can easily use it in multiple projects.
