implicit.ly

Scala software, hot off the presses

scalasti 0.5.7

  • The StringTemplate class now has a constructor that accepts a Seq[Char], which supports a Stream[Char]. Addresses Issue #4.

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.

via herald

Filed under  //   scalasti  

scalasti 0.5.6

  • Internal change to StringTemplate.setAttribute() method.
  • Now compiles for Scala 2.8.2, in addition to 2.8.0, 2.8.1, 2.9.0, 2.9.0-1 and 2.9.1.
  • Converted to build with SBT 0.11.2.
  • Added support for ls.implicit.ly metadata.
  • Now publishes to oss.sonatype.org (and, thence, to the Maven central repo).

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.

via herald

Filed under  //   scalasti  

scalasti 0.5.5

  • Now builds for Scala 2.9.1, as well as 2.9.0-1, 2.9.0, 2.8.1, and 2.8.0.
  • Converted code to conform with standard Scala coding style.
  • Fixed some minor Scaladoc issues.

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.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scala 2.9.1   org.clapper   scalasti  

Scalasti 0.5.4

  • Now builds against Scala 2.9.0.1, as well as Scala 2.9.0, 2.8.1 and 2.8.0.
  • Converted to build with SBT 0.10.1

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.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scalasti   org.clapper  

scalasti 0.5.3

  • Now builds against Scala 2.9.0, as well as Scala 2.8.0 and 2.8.1.
  • Internal clean-up of reified type handling, used by Scalasti when setting converting Scala values to Java counterparts.
  • Updated to version 1.4.1 of ScalaTest for Scala 2.9.0. (Still uses ScalaTest 1.3, for Scala 2.8).
  • Updated to use SBT 0.7.7.
  • Updated to version 1.0.6 of the Grizzled Scala library.
  • Updated to version 0.3.6 of the ClassUtil library.

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.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   org.clapper   scalasti  

scalasti 0.5.1

  • Now compiles against Scala 2.8.1, as well as 2.8.0
  • Updated to version 0.3.2 of the ClassUtil library, to pick up a fix to ClassUtil Issue #1 (The ClassUtil MapToBean method can generate class names that conflict with previously generated class names.)

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.

Filed under  //   Scala 2.8.0   Scala 2.8.1   org.clapper   scalasti  

scalasti 0.5.1

  • Now compiles against Scala 2.8.1 RC1, as well as 2.8.0 and 2.7.7.
  • Updated to version 0.3.1 of the ClassUtil library, to pick up a fix to ClassUtil Issue #1 (The ClassUtil MapToBean method can generate class names that conflict with previously generated class names.)

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.

Filed under  //   Scala 2.8.0   Scala 2.8.1.RC1   org.clapper   scalasti  

scalasti 0.5

  • Added makeBeanAttribute() methods, which automatically map Scala objects to Java Beans for use with StringTemplate. Addresses Scalasti Issue #1.
  • Moved isOfType method 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.
  • Now published to the Scala Tools Maven repository, which SBT includes by default. Thus, if you're using SBT, it's longer necessary to specify a custom repository to find this artifact.

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.

Filed under  //   Scala 2.8.0   org.clapper   scalasti  

scalasti 0.5

  • Added makeBeanAttribute() methods, which automatically map Scala objects to Java Beans for use with StringTemplate. Addresses Scalasti Issue #1.
  • Moved isOfType method 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.

Filed under  //   Scala 2.8.0   org.clapper   scalasti  

scalasti 0.4.1

  • Updated to build with Scala 2.8.0.final only. Dropped support for Scala 2.8.0 release candidates (RCs).

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.

Filed under  //   Scala 2.8.0   org.clapper   scalasti