Releases: FriendsOfCake/cakephp-csvview
Releases · FriendsOfCake/cakephp-csvview
3.2.2
3.2.1
- Fix typo in readme
3.2.0
3.1.1
- 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
3.0.0
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
- Enable DateTime class support
- A clear exception when trying to use scalar viewVars
2.2.0
- 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
- Enable the use of empty enclosures
2.0.0
- CakePHP 3.0 Compatibility
- Removed the CsvComponent