Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.3 KB

Yii 2 CSV Data Export extension Change Log

1.0.5, March 4, 2020

  • Bug #28: Fixed CsvGrid::export() does not create result file from empty data set with disabled showHeader and showFooter (klimov-paul)

1.0.4, April 18, 2018

  • Bug #18: Fixed CsvGrid::createDataColumn() sets column format to 'text' instead of 'raw' (klimov-paul)

1.0.3, February 9, 2018

  • 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)

1.0.2, November 6, 2017

  • Bug: Usage of deprecated yii\base\Object changed to yii\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)

1.0.1, June 28, 2016

  • Bug #1: Fixed CsvGrid::export() does not create result file from empty data set (klimov-paul)

1.0.0, June 3, 2016

  • Initial release.