Fixes
iconv()failure now throws aCakeExceptioninstead of silently dropping rows when source-to-target encoding conversion fails (#149)- Default
escapeforfputcsv()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) CsvViewstate is now correctly reset between renders, and the extract-path behavior is documented for missing/non-scalar values (#147)
Improvements
- New
excelconfig 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