Skip to content

Released maintenance 2.1.1 with bugfixes

Compare
Choose a tag to compare
@jbax jbax released this 10 May 07:21
· 471 commits to master since this release

This release includes performance improvements parsing CSV and TSV with ignoreTrailingWhitespaces enabled (which is the default), and a couple of bug fixes:

  • Fix incorrect column selection output with mismatching headers: #86
  • ArrayIndexOutOfBoundsException when using selectFields(Enum...) and Record.get...(Enum): #85