Releases: nrinaudo/kantan.csv
Releases · nrinaudo/kantan.csv
v0.5.1
04 Jun 07:25
Compare
Sorry, something went wrong.
No results found
v0.4.0
26 Feb 20:43
Compare
Sorry, something went wrong.
No results found
New modules
Improvements
Replaces Result by Either
Better cats and scalaz instances
Better joda-time and java8 date / time modules, including literal syntax for format patterns
Update to latest versions of all dependencies
v0.3.1
29 Dec 17:07
Compare
Sorry, something went wrong.
No results found
Dependency updates, most notably cats to 1.0.0.
v0.3.0
26 Oct 11:13
Compare
Sorry, something went wrong.
No results found
v0.2.1
09 Aug 21:06
Compare
Sorry, something went wrong.
No results found
Bug fix release that deals with two edge cases in parsing CSV data where the last cell is quoted:
v0.2.0
03 Jul 20:35
Compare
Sorry, something went wrong.
No results found
header support through HeaderDecoder
fancy combinators for decoders, such as filter and oneOf.
improved syntax, in particular for encoding / decoding single cells
add support for quoting policies when encoding (you can now ask cells to be systematically quoted)
fix deprecation warnings (contributed by @nevillelyh )
v0.1.19
13 May 12:15
Compare
Sorry, something went wrong.
No results found
This is mostly a bug-fixing release.
There were clear issues with serialisation, making Spark and Flink, for example, unpleasant or impossible to interface with. This release mostly addresses these issues, at least in as much as it's possible.
v0.1.18
13 May 12:20
Compare
Sorry, something went wrong.
No results found
Added CsvConfiguration, an improvement on the previous flat parameter list.
Added the ability to specify a quote character (#80 )
Add syntax for encoding a single CSV row (#78 )
v0.1.17
13 May 12:21
Compare
Sorry, something went wrong.
No results found
Add support for Unicode BOM (disabled by default, see here for documentation)
v0.1.16
13 May 12:23
Compare
Sorry, something went wrong.
No results found
Add Scala 2.12 support
Add Java 8 date and time support