Skip to content

Releases: nrinaudo/kantan.csv

v0.5.1

04 Jun 07:25
Compare
Choose a tag to compare

Includes fixes for #181 and #179

v0.4.0

26 Feb 20:43
Compare
Choose a tag to compare

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
Choose a tag to compare

Dependency updates, most notably cats to 1.0.0.

v0.3.0

26 Oct 11:13
Compare
Choose a tag to compare

Add a Refined module.

v0.2.1

09 Aug 21:06
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare

Add support for Unicode BOM (disabled by default, see here for documentation)

v0.1.16

13 May 12:23
Compare
Choose a tag to compare
  • Add Scala 2.12 support
  • Add Java 8 date and time support