Releases: spryker/util-data-reader
Releases · spryker/util-data-reader
Release list
1.2.4
Included commits: 1.2.3...1.2.4
Fixes
- Adjusted so it omits the deprecation notice for mismatching tentative return type in PHP 8.1
1.2.3
Included commits: 1.2.2...1.2.3
Fixes
- Adjusted
CsvMeta::getTotal()to
consider the last line, that not ends with new line character.
1.2.2
Included commits: 1.2.1...1.2.2
Fixes
- Refactored
ContainerInterfacearray access usage toContainerInterface::set()method usage.
1.2.1
Included commits: 1.2.0...1.2.1
Bugfixes
Fixed broken composer dependencies, Service dependencies are now also included.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
Added new service methods to handle ordered sets, old was deprecated.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
The YamlBatchIterator didn't get migrated in the recent dependency cleanup. It now gets added back in the correct bundle.
- Added YamlBatchIterator.
1.0.0
Included commits: https://github.com/spryker/UtilDataReader/tree/1.0.0
Improvements
New bundle which offers data handling. It contains a file reader for Csv files and BatchIterators for different input types e.g. csv, xml or database data.
- Added new bundle.