Skip to content

Releases: spryker/util-sanitize

2.3.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 Mar 18:20

Included commits: 2.3.0...2.3.1

Fixes

  • Fixed UtilSanitizeService::arrayFilterRecursivearrayFilterRecursive() filtering logic so that non-string, non-Countable values are retained correctly, and only empty strings and empty Countable objects are skipped.

2.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 27 Apr 10:16

Included commits: 2.2.0...2.3.0

Improvements

  • Introduced new UtilSanitizeServiceInterface::sanitizeString() method.
  • Introduced possibility to use plugins for sanitizing strings.

2.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 28 Jan 12:07

Included commits: 2.1.2...2.2.0

Improvements

  • Introduced UtilSanitizeServiceInterface::filterOutBlankValuesRecursively().

2.1.2

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Feb 14:52

Included commits: 2.1.1...2.1.2

Bugfixes

  • Fix arrayFilterRecursive() to work on PHP7.2+.

2.1.1

Choose a tag to compare

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

Included commits: 2.1.0...2.1.1

Bugfixes

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

2.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 19 Oct 14:42

Included commits: 2.0.0...2.1.0

Improvements

  • With a newly added filter class it is now possible to recursively filter out null values in an array.

2.0.0

Choose a tag to compare

@dereuromark dereuromark released this 23 Feb 14:35

Included commits: 1.0.0...2.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.

1.0.0

Choose a tag to compare

@dereuromark dereuromark released this 17 Nov 11:07

Included commits: 0.0.0...1.0.0

This is a new Utility bundle for input sanitation and output escaping.