2025-03-27 17:52:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 27 17:50:15 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Fix build with both xmvn-mojo:javadoc and javadoc:aggregate
|
|
|
|
|
2025-01-15 12:17:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2024-10-05 17:49:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|