Files
fastcsv/fastcsv.changes

37 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
Thu Mar 27 17:50:15 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix build with both xmvn-mojo:javadoc and javadoc:aggregate
-------------------------------------------------------------------
Wed Jan 15 00:46:37 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.4.0
* Added
+ Add skipLines(int) and skipLines(Predicate<String>, int) to
CsvReader to skip lines before the actual CSV data starts
-------------------------------------------------------------------
Fri Oct 4 02:00:27 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- 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 <shvetz.anton@gmail.com>
- Initial packaging with v3.2.0