Skip to content

5.1.0

Latest

Choose a tag to compare

@dereuromark dereuromark released this 12 May 09:35
03202e3

Fixes

  • iconv() failure now throws a CakeException instead of silently dropping rows when source-to-target encoding conversion fails (#149)
  • Default escape for fputcsv() is now '' to comply with RFC 4180 and silence PHP 8.4 deprecation warnings — quotes inside fields are escaped by doubling them rather than with a backslash (#149)
  • CsvView state is now correctly reset between renders, and the extract-path behavior is documented for missing/non-scalar values (#147)

Improvements

  • New excel config shorthand that flips BOM, CRLF line endings, and UTF-8 encoding in one switch for Excel-friendly UTF-8 exports on Windows (#148)

Full Changelog: 5.0.1...5.1.0