Skip to content

Releases: spryker/util-data-reader

1.2.4

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 26 Oct 15:28

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 28 Apr 11:47

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Jun 15:51

Included commits: 1.2.1...1.2.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.2.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 26 Oct 13:50

Included commits: 1.2.0...1.2.1

Bugfixes

Fixed broken composer dependencies, Service dependencies are now also included.

1.2.0

Choose a tag to compare

@spryker-bot spryker-bot released this 10 Apr 15:08

Included commits: 1.1.0...1.2.0

Improvements

Added new service methods to handle ordered sets, old was deprecated.

1.1.0

Choose a tag to compare

@spryker-bot spryker-bot released this 10 Apr 13:36

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

Choose a tag to compare

@dereuromark dereuromark released this 23 Feb 14:35

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.