CSV v9.8.0 Release Notes

Release Date: 2022-01-04 // about 2 years ago
  • โž• Added

    • โž• Added PHP7.4 typed properties where applicable
    • TabularDataReader::fetchColumnByName to replace TabularDataReader::fetchColumn
    • TabularDataReader::fetchColumnByOffset to replace TabularDataReader::fetchColumn

    ๐Ÿ—„ Deprecated

    • TabularDataReader::fetchColumn use TabularDataReader::fetchColumnByOffset or TabularDataReader::fetchColumnByName instead

    ๐Ÿ›  Fixed

    • AbstractCsv constructor is marked final via docblock.
      The method should never be extended or changed in child classes to avoid unexpected behaviour

    โœ‚ Removed

    • ๐Ÿ‘ PHP7.3 support
    • โœ‚ Remove internal EmptyEscapeParser Polyfill used in Reader class
    • โœ‚ Remove PHP7.4 polyfill features in Writer class

Previous changes from v9.7.4

  • โž• Added

    • None

    ๐Ÿ—„ Deprecated

    • None

    ๐Ÿ›  Fixed

    โœ‚ Removed

    • None