Skip to content

Releases: marklister/product-collections

V1.4.2

25 Mar 20:26
Compare
Choose a tag to compare

Fixes edge cases in the csv parser
Unifies csv parsers across platforms
Better csv parsing performance across platforms.

v1.4.0

28 Feb 18:26
Compare
Choose a tag to compare
  • 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

10 Feb 05:38
Compare
Choose a tag to compare
  • 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

12 Nov 10:29
Compare
Choose a tag to compare

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

07 Nov 09:05
Compare
Choose a tag to compare

Fixes a nasty bug in CsvOutput that causes heap explosion. #24.

V 1.1

26 Oct 19:39
Compare
Choose a tag to compare

A pretty quick turnaround of 1.0.

Features:

  • Obtain a typed iterator on a csv input.
  • Experimental csv output.

Bugs: #22.

  • A slight improvement of type bounds. More to come.

Release Candidate

19 Oct 12:50
Compare
Choose a tag to compare
Release Candidate Pre-release
Pre-release

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.