Skip to content
Boris Shilov edited this page Jun 21, 2019 · 3 revisions

v1.4.0

  • Parse to case class without intermediate tuple.
  • Option[String] converter.
  • (Experimental) CollSeq(a: Not Product *)
  • Only opencsv remains as delta between jvm and js.

v1.3.0

  • Supports Scala-js
  • DateConverter depreciated (no java.util.SimpleDateFormat in scala-js).
  • Built in CSV parser (scala-js only) JVM stays with opencsv.
  • Testing framework switched to uTest.
  • Converters overhauled.
  • Option[Long] converter.
  • Misc doc improvements.
  • Improved error message on missing converter.

v1.2.0

  • Custom csv rendering.
  • Csv output as a non experimental feature.

v1.1.1

  • Fixes a csv output memory leak.

v1.1

  • Use CsvParser to parse any data.
  • Experimental csvoutput feature.

##v1.0

  • Removes CollSeq23 / Tuple23 kludge.
  • Uses sbt-boilerplate 0.5.9.
  • Publish to maven central.

##v0.0.4.4-Snapshot

  • Add support for Option[T] converters.