Releases: j256/simplecsv
Releases · j256/simplecsv
2.6
2.5
- Fixed an bug that I found when line-termination character an a blank line are inside a column.
2.4
- Added handling of line-termination characters inside of columns if enabled.
- Added a setting to load the fields from any super-classes before the subclasses.
2.3
- Added better parse error information, especially with enums. Thanks to @iamareebjamal.
2.2
- Some small changes around logging and serializable parse-errors.
2.1
- More refactored to remove FieldInfo entirely and move field information into ColumnInfo.
- BROKE (again) the Converter API to switch to a ColumnInfo in the configure(...) method.