scalasti 0.5
- Added
makeBeanAttribute()methods, which automatically map Scala objects to Java Beans for use with StringTemplate. Addresses Scalasti Issue #1. - Moved
isOfTypemethod to the ClassUtil library. - Updated to released 1.2 version of ScalaTest and updated the dependency to be a test, rather than runtime, one.
- Moved unit testers into package-specific subdirectories.
The Scalasti library is a Scala interface to the StringTemplate Java template library. It provides most of the features of StringTemplate, plus a few capabilities not found in StringTemplate, using a more Scala-friendly syntax.
