Releases: rchillyard/TableParser
Releases · rchillyard/TableParser
Additional Parquet Features
What's Changed
- 1 4 0 by @rchillyard in #63
- 1 4 1 by @rchillyard in #64
- V1.5.0 feat(parquet): grouped case class mapping for flat schemas by @rchillyard in #65
Full Changelog: V1.3.0...V1.5.0
Parquet-enabled TableParser
What's Changed
- Split cats core by @rchillyard in #51
- V1.1.4 by @rchillyard in #49
- Begin work on V1.1.5 by @rchillyard in #52
- V1 2 1 and V1 2 2 by @rchillyard in #53
- V1 2 4 by @rchillyard in #55
- Upgrade to 1.2.3 by @rchillyard in #54
- V1 3 0 parquet wip by @rchillyard in #58
- V1 3 0 parquet wip by @rchillyard in #60
- V1 3 0 by @rchillyard in #59
- Cosmetic fix for Codacy by @rchillyard in #61
- V1 3 0 by @rchillyard in #62
- V1.2.6 continued by @rchillyard in #56
- V1 3 by @rchillyard in #57
Full Changelog: V1.1.3...V1.3.0
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.