-
Notifications
You must be signed in to change notification settings - Fork 19
0.01 What's new
Boris Shilov edited this page Jun 21, 2019
·
3 revisions
- Parse to case class without intermediate tuple.
- Option[String] converter.
- (Experimental) CollSeq(a: Not Product *)
- Only opencsv remains as delta between jvm and js.
- 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.
- Custom csv rendering.
- Csv output as a non experimental feature.
- Fixes a csv output memory leak.
- 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.