Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

44 lines (21 loc) · 2.08 KB

(2022-03-15)

Bug Fixes

1.0.0-beta.0 (2022-03-15)

Bug Fixes

  • AssertDataTable: AreEqual now throws exception when row count does not match. (ddfcf35)

  • refactor!: CSVWriter now uses CSVWriteOptions (03d035e)

  • feat!: accept validators. issue #8 (f6bda6a), closes #8

Features

  • AlphaCSV: The project now targets netstandard2.0 instead of net6.0. (be1cabf)
  • CSVParser: Resolving issue #6. (f439493)
  • CSVParserOptions: Resolving issue #6. (46d88e7)
  • CSVWriteOptions: add QuoteFieldsWithoutDelimeter flag (f876dcf)
  • CSVWriter: take into account the QuoteFieldsWithoutDelimeter flag (e112498)

BREAKING CHANGES

  • The CSVParseOptions can no longer be used for writing CSV files.
  • Regular expressions are no longer beeing accepted. Any old code that used such expressions should now be wrapped arround a delegate method.

1.0.0-alpha0 (2022-01-30)