1.0.0 Release
-
Renamed class from
parseCSVtoCsvand added namespaceParseCsv
for PSR-4 compliance. -
Fully PHP 7.2-compatible: This library supports PHP 5.4 to PHP 7.2 - which is
checked by comprehensive PHPUnit tests. -
Added support for Microsoft Excel's "sep=" to detect the delimiter (Issue #60).
-
Added data type detection - function
getDatatypes()guesses the type of each column. -
Improved MIME type in
output()sends correct MIME type to browser
if the separator is a tab (Issue #79). -
Added support for using
mb_convert_encoding()instead of
iconv()- see issue #109. -
Improved documentation.
-
Fixed a number of minor bugs - see GitHub issues.