Skip to content

Releases: tim-slifer/superfly-csv

superfly-csv-3.0.2

19 Aug 17:22
8b69fb2

Choose a tag to compare

Updated to latest OpenCSV.

Available in Maven Central

groupId: dev.slifer
artifactId: superfly-csv
version: 3.0.2

superfly-csv-3.0.1

28 May 17:25
be75edd

Choose a tag to compare

Updated to latest OpenCSV.

Available in Maven Central

groupId: dev.slifer
artifactId: superfly-csv
version: 3.0.1

superfly-csv-3.0.0

12 Feb 06:43
0455f8d

Choose a tag to compare

  • Repackaged classes to dev.slifer as I am no longer using .io TLD.
  • Added Maven Surefire plugin to ensure unit tests are run properly.
  • Updated OpenCSV and JUnit dependencies to latest versions.

superfly-csv-2.0.0

28 Jan 19:44

Choose a tag to compare

  • Fixed #1, Looping over rows skips last row
  • Introduced CsvRow object to model the row data, replaces the String[] that were tracked on CsvFile
  • Refactored CsvLoader to accommodate the new CsvFile structure
  • Looping over rows is now recommended with enhanced for loop, 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

11 Jul 17:49

Choose a tag to compare

First release.

Available in Maven Central:

groupId: io.slifer
artifactId: superfly-csv
version: 1.0.0