All Versions
10
Latest Version
Avg Release Cycle
123 days
Latest Release
1429 days ago

Changelog History

  • v0.6.1

    May 27, 2020
  • v0.6.0

    October 23, 2019
  • v0.5.1 Changes

    June 04, 2019

    ๐Ÿ›  Includes fixes for #181 and #179

  • v0.5.0

    November 10, 2018
  • v0.4.0 Changes

    February 26, 2018

    ๐Ÿ†• 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 Changes

    December 29, 2017

    โšก๏ธ Dependency updates, most notably cats to 1.0.0.

  • v0.3.0 Changes

    October 26, 2017

    โž• Add a Refined module.

  • v0.2.1 Changes

    August 09, 2017

    ๐Ÿ› Bug fix release that deals with two edge cases in parsing CSV data where the last cell is quoted:

  • v0.2.0 Changes

    July 03, 2017
    • ๐Ÿ‘ 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 Changes

    May 13, 2017

    ๐Ÿš€ 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.