1.0.0-beta.0 (2022-03-15)
-
AssertDataTable
:AreEqual
now throws exception when row count does not match. (ddfcf35) -
refactor!:
CSVWriter
now usesCSVWriteOptions
(03d035e)
AlphaCSV
: The project now targetsnetstandard2.0
instead ofnet6.0
. (be1cabf)CSVParser
: Resolving issue #6. (f439493)CSVParserOptions
: Resolving issue #6. (46d88e7)CSVWriteOptions
: addQuoteFieldsWithoutDelimeter
flag (f876dcf)CSVWriter
: take into account theQuoteFieldsWithoutDelimeter
flag (e112498)
- 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.