Releases: FriendsOfCake/cakephp-csvview
Releases · FriendsOfCake/cakephp-csvview
5.1.0
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
5.0.1
What's Changed
- Minor cleanup and some typos. by @dereuromark in #140
- Update README.md by @dereuromark in #141
- Fixed deprecations. by @dereuromark in #145
Full Changelog: 5.0.0...5.0.1
5.0.0
4.1.0
What's Changed
- Remove deprecations, fix up PHPStan level 8 by @dereuromark in #135
Note: CakePHP 4.2+ and PHP 7.4+
Full Changelog: 4.0.0...4.1.0
4.0.0
3.4.1
4.0.0-beta
CakePHP 4 compatible release.
3.4.0
3.3.2
Bugfixes
Fixed BOM to appear only at the beginning instead of every row.