implicit.ly

Scala software, hot off the presses

scalaj-collection 1.2

  1. 2 release:
  • Binary compatibility with Scala 2.9.1

scalaj-collection is a library for converting between Java and Scala collections.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scala 2.9.1   org.scalaj   scalaj   scalaj-collection  

time 0.5

  1. 5 release:
  • Adds toLocalDateTime, toLocalDate, and toLocalTime implicits to java.util.Date (thanks to Alexander Azarov!)
  • Cross compiled against Scala 2.9.1

scala-time is a convenient and lightweight Scala wrapper for the Joda Time libraries.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scala 2.9.1   org.scala-tools.time   scalaj   time  

time 0.4

  1. 4 release:
  • Upgrade to Joda-Time 1.6.2
  • Binary compatibility with Scala 2.9.0 and 2.9.0-1

scala-time is a convenient and lightweight Scala wrapper for the Joda Time libraries.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.scala-tools.time   scalaj   time  

scalaj-collection 1.1

  1. 1 release:
  • Binary compatibility with Scala 2.9.0 and 2.9.0-1

scalaj-collection is a library for converting between Java and Scala collections.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.scalaj   scalaj   scalaj-collection  

time 0.3

No bug fixes or features in this release. Now compiles against 2.8.1 as well as 2.8.0.

scala-time is a convenient and lightweight Scala wrapper for the Joda Time libraries.

Filed under  //   Scala 2.8.0   Scala 2.8.1   org.scala-tools.time   scalaj   time  

scalaj-collection 1.0

1.0 release:

  • Turn any Scala collection into the corresponding Java collection
  • Turn any Java collection into the corresponding Scala collection
  • Use foreach on any Java collection
  • Correctly handle primitives, Comparable, Comparator, Ordered, and Ordering

scalaj-collection is a library for converting between Java and Scala collections.

Filed under  //   Scala 2.8.0   org.scalaj   scalaj   scalaj-collection  

scalaj-collection 1.0.Beta2

Beta2 release:

  • Changed signature of Map#foreach to take a function of a Tuple2 rather than a Function2
  • Added support for Comparable, Comparator, Ordered, and Ordering
  • Coercible no longer subclasses Function1 (to prevent accidentally putting implicit conversions in scope)
  • Wrappers are now @serializable if the underlying collection is @serializable

Special thanks to Daniel Spiewak and Michel Salim, who provided the feedback that led to most of the improvements in this release.

scalaj-collection is a library for converting between Java and Scala collections.

Filed under  //   Scala 2.8.0.Beta1   org.scalaj   scalaj   scalaj-collection  

scalaj-collection 1.0.Beta1

Initial release:

  • Port of scala-javautils to Scala 2.8.0.Beta1
  • Now with a better package name: scalaj.collection
  • Also supports bidirectional conversion between Java boxed types (java.lang.Integer) and Scala primitive types (scala.Int)

scalaj-collection is a library for converting between Java and Scala collections.

Filed under  //   Scala 2.8.0.Beta1   org.scalaj   scalaj   scalaj-collection