- Bug #28: Fixed
CsvGrid::export()
does not create result file from empty data set with disabledshowHeader
andshowFooter
(klimov-paul)
- Bug #18: Fixed
CsvGrid::createDataColumn()
sets column format to 'text' instead of 'raw' (klimov-paul)
- Bug #13: Fixed result file is not deleted after
ExportResult::send()
at some environment (danielkesselberg, klimov-paul) - Enh #15: Added ability to use custom export result class (danielkesselberg)
- Bug: Usage of deprecated
yii\base\Object
changed toyii\base\BaseObject
allowing compatibility with PHP 7.2 (klimov-paul) - Enh #2: Added
SerialColumn
column (klimov-paul) - Enh #11: Added
CsvFile::$writeBom
allowing to automatically write BOM for generated files (wcoc, klimov-paul) - Chg #8: Default value of
DataColumn::$format
changed to 'raw' instead of 'text' (klimov-paul)
- Bug #1: Fixed
CsvGrid::export()
does not create result file from empty data set (klimov-paul)
- Initial release.