Releases: kontainers/PureCSV
Releases · kontainers/PureCSV
v1.3.11
v1.3.10
- scala-csv 1.3.10
- Drop scala 2.11 support
- Target JVM 11
- Scala 2.13.8
v0.4.2
v0.4.1
v0.4.0
v0.3.3
v0.3.2
v0.3.1
- 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