Skip to content

1.3.0

Compare
Choose a tag to compare
@doyaaaaaken doyaaaaaken released this 07 May 06:56
· 45 commits to master since this release
  • Introduce excessFieldsRowBehaviour and insufficientFieldsRowBehaviour options, and make skipMissMatchedRow option deprecated. (#98) Thanks @kev3978
    • If you set skipMissMatchedRow as false, you don't need to do anything.
    • If you set skipMissMatchedRow as true, you should set excessFieldsRowBehaviour = ExcessFieldsRowBehaviour.IGNORE and insufficientFieldsRowBehaviour = InsufficientFieldsRowBehaviour.IGNORE to keep same behavior.
  • Make readNext() method deprecated, see #100