Releases: spryker/util-sanitize
Releases · spryker/util-sanitize
Release list
2.3.1
Included commits: 2.3.0...2.3.1
Fixes
- Fixed
UtilSanitizeService::arrayFilterRecursivearrayFilterRecursive()filtering logic so that non-string, non-Countablevalues are retained correctly, and only empty strings and emptyCountableobjects are skipped.
2.3.0
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
Included commits: 2.1.2...2.2.0
Improvements
- Introduced
UtilSanitizeServiceInterface::filterOutBlankValuesRecursively().
2.1.2
2.1.1
Included commits: 2.1.0...2.1.1
Bugfixes
Fixed broken composer dependencies, Service dependencies are now also included.
2.1.0
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
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
Included commits: 0.0.0...1.0.0
This is a new Utility bundle for input sanitation and output escaping.