spryker/util-data-reader
UtilDataReader module
1.2.4
2.8M downloads/mo
#3769 most downloaded on Packagist
spryker/util-data-reader
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 2 months to 2.6 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
7 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Feb 2017 to Oct 2021Releases
latest 7-
1.2.426 Oct 2021Release notes
Open source →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.321 Apr 2021Release notes
Open source →Included commits: 1.2.2...1.2.3
Fixes
- Adjusted
CsvMeta::getTotal()to
consider the last line, that not ends with new line character.
- Adjusted
-
1.2.229 May 2020Release notes
Open source →Included commits: 1.2.1...1.2.2
Fixes
- Refactored
ContainerInterfacearray access usage toContainerInterface::set()method usage.
- Refactored
-
1.2.125 Oct 2017Release notes
Open source →Included commits: 1.2.0...1.2.1
Bugfixes
Fixed broken composer dependencies, Service dependencies are now also included.
-
1.2.010 Apr 2017Release notes
Open source →Included commits: 1.1.0...1.2.0
Improvements
Added new service methods to handle ordered sets, old was deprecated.
-
1.1.010 Apr 2017Release notes
Open source →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.022 Feb 2017Release notes
Open source →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.