Skip to content

1.3.2 Release

Latest
Compare
Choose a tag to compare
@gogowitsch gogowitsch released this 07 Nov 14:23
· 19 commits to main since this release

Breaking changes: none
New features: none

Bugfix

Allow _guess_delimiter() to work with a single row of data.

As a consequence,

  • $csv->auto() now works for files with just one row of data.
  • $csv->autoDetectionForDataString() now works for data strings with just one row of data.

See issue #206.