Releases: tim-slifer/superfly-csv
Releases · tim-slifer/superfly-csv
superfly-csv-3.0.2
Updated to latest OpenCSV.
Available in Maven Central
groupId: dev.slifer
artifactId: superfly-csv
version: 3.0.2
superfly-csv-3.0.1
Updated to latest OpenCSV.
Available in Maven Central
groupId: dev.slifer
artifactId: superfly-csv
version: 3.0.1
superfly-csv-3.0.0
- Repackaged classes to
dev.sliferas I am no longer using.ioTLD. - Added Maven Surefire plugin to ensure unit tests are run properly.
- Updated OpenCSV and JUnit dependencies to latest versions.
superfly-csv-2.0.0
- Fixed #1, Looping over rows skips last row
- Introduced
CsvRowobject to model the row data, replaces theString[]that were tracked onCsvFile - Refactored
CsvLoaderto accommodate the newCsvFilestructure - Looping over rows is now recommended with enhanced
forloop, opposed to Iterator-like behavior - CSV rows now exposed, an Iterator is available should the user require one
- Inputs are now validated by the underlying data structures
- Filtering and Exclusion logic refactored to implement streams
- Removed
hasNextRow()method, renamed other navigation methods - Restricted fluent API design to filter and exclude methods
Available in Maven Central
groupId: io.slifer
artifactId: superfly-csv
version: 2.0.0
superfly-csv-1.0.0
First release.
Available in Maven Central:
groupId: io.slifer
artifactId: superfly-csv
version: 1.0.0