Releases: keboola/php-csvmap
Releases · keboola/php-csvmap
Release list
2.2.0
What's Changed
- Fix PHPStan and PHPCS by @AdamVyborny in #14
- Add license by @ujovlado in #15
- Update keboola/csv by @AdamVyborny in #17
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.0
What's Changed
- Upgrade php to 8.1 and migrate to GH actions by @AdamVyborny in #12
Full Changelog: 1.1.0...2.0.0
1.1.0
Changelog
- Add the ability to map scalar values from an array to a separated CSV table (#11).
1.0.0
Changelog
- Updated
php-csvtablelibrary. - Required PHP
7.1+ - The header is optionally written to the CSV file, default
true.
Version 0.6.0
Enhancements
- Exception is thrown if primary key contains non scalar values due to wrong mappgin (#8)
0.3.0
- Relation files (those with
"type" => "table") are created even if there are no data or wrong path is defined.
For more info seeMapperEmptyRelationTest.phpandMapperWrongPathTest.phptest files. - Minor development related improvements (code style, build, etc.).
0.2.4
propagate nested user data
Merge pull request #1 from keboola/propagate-user-data propagated user data to nested tables