------------------------------------------------------------------- Thu Mar 27 17:50:15 UTC 2025 - Fridrich Strba - Fix build with both xmvn-mojo:javadoc and javadoc:aggregate ------------------------------------------------------------------- Wed Jan 15 00:46:37 UTC 2025 - Anton Shvetz - Update to v3.4.0 * Added + Add skipLines(int) and skipLines(Predicate, int) to CsvReader to skip lines before the actual CSV data starts ------------------------------------------------------------------- Fri Oct 4 02:00:27 UTC 2024 - Anton Shvetz - Update to v3.3.1 * Fixed + Fixed a bug in CsvReader where lines were mistakenly treated as empty and skipped when skipEmptyLines was set (default). These affected lines made up solely of field separators, solely empty quoted fields, or fields rendered empty after applying optional field modifiers. - Update to v3.3.0 * Added + Implement Flushable interface for CsvWriter to allow flushing the underlying writer + Implement autoFlush option for CsvWriter to automatically flush the writer after writing a record + Implement toConsole method for CsvWriter to write records to the console ------------------------------------------------------------------- Mon Sep 9 12:53:11 UTC 2024 - Anton Shvetz - Initial packaging with v3.2.0