Skip to content

Releases: kontainers/PureCSV

v1.3.11

16 Dec 14:48
45f868c
Compare
Choose a tag to compare

Upgrading dependencies

v1.3.10

08 Feb 14:16
Compare
Choose a tag to compare

v0.4.2

14 Jan 20:36
Compare
Choose a tag to compare

What's Changed

  • bump dependencies in #13

Full Changelog: v0.4.1...v0.4.2

v0.4.1

10 Jan 15:15
Compare
Choose a tag to compare

v0.4.0

05 Feb 17:47
Compare
Choose a tag to compare
  • #11 -- Removing dependency on scala-reflect jar -- this might affect some users who want to work with complicated case classes

v0.3.3

10 Jun 17:52
Compare
Choose a tag to compare
  • Scala 2.13.0 release
  • Added naive support for custom header mapping (#9)

v0.3.2

14 Mar 09:51
Compare
Choose a tag to compare

v0.3.1

20 Feb 15:33
Compare
Choose a tag to compare
  • New Header enum that allows finer control over CSV parsing
  • New parsing feature where if CSV headers are parsed, then the input columns are reordered to support out of order columns and missing columns
  • CSV writing now only quotes strings that need to be quoted
  • Trimming enum moved to puresv.config package

v0.3.0

18 Feb 12:29
Compare
Choose a tag to compare
  • use scala-csv instead of production-collections for CSV parsing
  • drop scala-js support

v0.2.1

18 Feb 12:10
Compare
Choose a tag to compare
  • New support for trimming input CSV values
  • Remove unused opencsv dependency