Skip to content

Releases: j256/simplecsv

2.6

31 Dec 15:16
Compare
Choose a tag to compare
  • Fixed another problem with line-termination in a field. Refactored that code and added better random tests.

2.5

31 Dec 15:16
Compare
Choose a tag to compare
2.5
  • Fixed an bug that I found when line-termination character an a blank line are inside a column.

2.4

31 Dec 15:16
Compare
Choose a tag to compare
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

31 Dec 15:16
Compare
Choose a tag to compare
2.3
  • Added better parse error information, especially with enums. Thanks to @iamareebjamal.

2.2

31 Dec 15:17
Compare
Choose a tag to compare
2.2
  • Some small changes around logging and serializable parse-errors.

2.1

31 Dec 15:17
Compare
Choose a tag to compare
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.