Skip to content

1.0.0 Release

Choose a tag to compare

@Gogowitsch Gogowitsch released this 03 Mar 11:17
· 164 commits to master since this release
  • Renamed class from parseCSV to Csv and added namespace ParseCsv
    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.