Releases: spryker/util-encoding
Release list
2.1.1
2.1.0
Included commits: 2.0.3...2.1.0
Improvements
- Introduced a new method
UtilEncodingServiceInterface:: encodeToFormat()thats encodes the given array to the specified format. - Introduced a new method
UtilEncodingServiceInterface:: decodeFromFormat()that decodes the given string to specified format
2.0.3
Included commits: 2.0.2...2.0.3
Bugfixes
Fixed broken composer dependencies, Service dependencies are now also included.
2.0.2
Included commits: 2.0.1...2.0.2
Bugfixes
Previously the Json class could return an undocumented boolean value instead of null for invalid input. This is now fixed.
Tests added to assert all kind of input is properly encoded and decoded.
Also fixed up doc blocks.
2.0.1
Included commits: 2.0.0...2.0.1
Bugfixes
The JSON encoding failed due to a typo that overwrote the options.
- Fixed JSON encoding when custom options are provided and no depth has been passed.
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.
1.0.0
Included commits: 0.0.0...1.0.0
This bundle provides some general encoding functions.
- Added Json encode and decode facade methods.