Releases: rchillyard/TableParser
Releases · rchillyard/TableParser
V1.1.3
V1.1.2 -> V1.1.3
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
- Row parser by @rchillyard in #35
- Csv render by @rchillyard in #36
- Crypto by @rchillyard in #39
- Cover tests for CellParser.scala by @charmiidalal in #40
- Improvements to air bnb by @rchillyard in #42
- V1 1 2 by @rchillyard in #41
- Parallel by @rchillyard in #45
- V 1 1 3 by @rchillyard in #43
New Contributors
- @charmiidalal made their first contribution in #40
Full Changelog: V1.0.14...V1.1.3
Version 1.0.14
See README for release notes.
Release of V1.0.5
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
- 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
This is the first release of TableParser.