Skip to content

Releases: FriendsOfCake/cakephp-csvview

3.2.2

05 Jun 20:22
Compare
Choose a tag to compare
  • e3b5ebb Fix code example
  • #79 Add specific View Builder case to documentation

3.2.1

09 Dec 09:30
Compare
Choose a tag to compare
  • Fix typo in readme

3.2.0

23 Jul 06:42
Compare
Choose a tag to compare
  • Added support for using a callable in $_extract
  • Minor code optimizations

3.1.1

18 Jul 05:26
Compare
Choose a tag to compare
  • Add documentation on changing the extension being used
  • Cleanup tests
  • Add a config/routes.php file to show how routes should be configured

3.1.0

18 Jul 01:07
Compare
Choose a tag to compare
  • #62: Update documentation to reflect CakePHP 3 syntax
  • #64: Add _extension variable to support mbstring extension
  • #68: Correct doc blocks
  • #71: Add IE specific issue
  • ae87375: Ensure we properly configure the CsvView classMap entry
  • c28787f: Implement the csv request detector

3.0.0

03 Feb 19:27
Compare
Choose a tag to compare

Null values are now empty string '' by default. If you want the old behavior, manually set _null option to 'NULL'.
But to avoid collision with this actual string it is not advised to do so. In CSV NULL and '' mean the same thing.

2.3.0

21 Jan 00:19
Compare
Choose a tag to compare
  • Enable DateTime class support
  • A clear exception when trying to use scalar viewVars

2.2.0

16 Jan 23:04
Compare
Choose a tag to compare
  • Add support for customizing encodings
  • Update docs for viewBuilder changes in 3.1
  • Use satooshi/php-coveralls:1.* to fix coveralls tests

2.1.0

02 Dec 07:52
Compare
Choose a tag to compare
  • Enable the use of empty enclosures

2.0.0

02 Aug 17:53
Compare
Choose a tag to compare
  • CakePHP 3.0 Compatibility
  • Removed the CsvComponent