Releases: marklister/product-collections
Releases · marklister/product-collections
V1.4.2
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.
- Bug fixes to sbt-boilerplate.
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.
v1.2.0 Feature release
Adds CsvOutput non-experimental feature.
- Supply a custom csv renderer if required.
- Supply renderers for None -> NA and single quotations.
- remove toCsvString.
v1.1.1 Bugfix
Fixes a nasty bug in CsvOutput that causes heap explosion. #24.
V 1.1
Release Candidate
Pc has been in continuous use for more than a year with no major problems. This release fixes some long outstanding issues that were blocked by sbt-boilerplate.
Assuming a week or so with no major bugs reported I think we'll be ready for 1.0.
This release gets rid of Tuple23 and is properly published on Bintray.
No new functionality has been added since the ability to parse a java.io.Reader
in 0.0.4.4-SNAPSHOT.