Skip to content

Releases: FriendsOfCake/cakephp-csvview

5.1.0

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

5.0.1

Choose a tag to compare

@ADmad ADmad released this 23 Apr 16:35
0c4d733

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

Choose a tag to compare

@ADmad ADmad released this 13 Oct 18:21
c2e539c

What's Changed

CakePHP 5 compatible release

Full Changelog: 4.1.0...5.0.0

4.1.0

Choose a tag to compare

@dereuromark dereuromark released this 17 Jan 18:05

What's Changed

Note: CakePHP 4.2+ and PHP 7.4+

Full Changelog: 4.0.0...4.1.0

4.0.0

Choose a tag to compare

@ADmad ADmad released this 06 Aug 14:38
a46b677

CakePHP 4 compatible stable release.

3.4.1

Choose a tag to compare

@ADmad ADmad released this 06 Aug 14:14
3b105f4
Fix editorconfig

4.0.0-beta

4.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@ADmad ADmad released this 21 Dec 20:33

CakePHP 4 compatible release.

3.4.0

Choose a tag to compare

@ADmad ADmad released this 28 Aug 07:44
6f80532
  • Add CsvView::getReponse() for compatibility with CakePHP 3.7+ and avoid deprecation issues. #113
  • README updates

3.3.2

Choose a tag to compare

@dereuromark dereuromark released this 04 Nov 18:35
5ebd2cf

Bugfixes

Fixed BOM to appear only at the beginning instead of every row.

3.3.1

Choose a tag to compare

@ADmad ADmad released this 15 Aug 13:31
81f2f05
  • Fix usage of deprecated method. #99