Skip to content

Releases: rchillyard/TableParser

V1.1.3

11 Nov 08:20
Compare
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
Compare
Choose a tag to compare

See README for release notes.

Release of V1.0.5

15 Apr 13:15
96369fc
Compare
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
Compare
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
Compare
Choose a tag to compare
Version 1.0.0 Pre-release
Pre-release

This is the first release of TableParser.