Bugfixes
- Fixed incorrect handling of quote escape character NOT followed by a quote in CSV. The parser was swallowing the escape character if it wasn't itself escaped: commit
- Fixed incorrect handling of null/empty values when writing blank string (CsvWriter): #123
- Fixed regression introduced in version 2.2.2 that could cause
NullPointerException
s when initializing conversions for annotated classes : #121
Enhancements
- Adding option to truncate long strings when reading from a Record instance: commit