Skip to content

Releases: rchillyard/TableParser

Additional Parquet Features

28 Mar 17:45
ef9a959

Choose a tag to compare

What's Changed

Full Changelog: V1.3.0...V1.5.0

Parquet-enabled TableParser

27 Mar 00:22

Choose a tag to compare

What's Changed

Full Changelog: V1.1.3...V1.3.0

V1.1.3

11 Nov 08:20

Choose a tag to compare

V1.1.2 -> V1.1.3

  • Use of Cats IO
    CircleCI
    [CircleCI failure due to missing library]

V1.1.1 -> V1.1.2

  • Make RawRow a type (not just a type alias)

V1.1.0 -> V1.1.1

  • Enable cryptographic capabilities
  • Uses TSEC-JCA and Cats IO.
  • Many relatively minor fixes/improvements.

V1.0.15 -> V1.1.0

  • Enable CSV-rendering and selection of table rows.

Auto-generated:

What's Changed

New Contributors

Full Changelog: V1.0.14...V1.1.3

Version 1.0.14

26 Sep 21:56
89330db

Choose a tag to compare

See README for release notes.

Release of V1.0.5

15 Apr 13:15
96369fc

Choose a tag to compare

This is expected to be the final release until new issues are raised.
I am marking it as production-ready.
I would appreciate anyone looking into the project and/or adding more unit tests.

Version 1.0.1

01 Apr 13:07
707bb28

Choose a tag to compare

Version 1.0.1 Pre-release
Pre-release
  • Fixed Issue #1;
  • Added parsing of Seq[Seq[String]];
  • Added cellParserRepetition;
  • Implemented closing of Source in Table.parse methods;
  • Added encoding parameters to Table.parse methods.

Version 1.0.0

29 Mar 13:22

Choose a tag to compare

Version 1.0.0 Pre-release
Pre-release

This is the first release of TableParser.