Skip to content

1.7.0

Compare
Choose a tag to compare
@ngoanh2n ngoanh2n released this 08 Jul 02:55
· 324 commits to master since this release

🍺 Changes

  • CsvComparisonResult.isDifferent() -> hasDiff()
  • CsvComparisonResult.isDeleted() -> hasDeletion()
  • CsvComparisonResult.isInserted() -> hasInsertion()
  • CsvComparisonResult.isModified() -> hasModification()
  • CsvComparisonResult.rowsKept() -> getKeptRows()
  • CsvComparisonResult.rowsDeleted() -> getDeletedRows()
  • CsvComparisonResult.rowsInserted() -> getInsertedRows()
  • CsvComparisonResult.rowsModified() -> getModifiedRows()

πŸš€ Features

  • Bulk comparison between 2 directories
  • Allow to change comparison description on Allure via file csv-comparator-allure.properties in folder resources

πŸŽ‚ Dependencies

  • Allure: 2.22.2 -> 2.23.0
  • Commons: 1.2.0 -> 1.2.3