spryker/util-encoding
UtilEncoding module
2.1.1
3.0M downloads/mo
#3640 most downloaded on Packagist
spryker/util-encoding
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 5 weeks to 3.9 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
7 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Nov 2016 to Dec 2022Releases
latest 7-
2.1.101 Dec 2022 -
2.1.015 Jan 2019Release notes
Open source →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
- Introduced a new method
-
2.0.324 Oct 2017Release notes
Open source →Included commits: 2.0.2...2.0.3
Bugfixes
Fixed broken composer dependencies, Service dependencies are now also included.
-
2.0.215 May 2017Release notes
Open source →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.128 Mar 2017Release notes
Open source →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.022 Feb 2017Release notes
Open source →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.028 Nov 2016Release notes
Open source →Included commits: 0.0.0...1.0.0
This bundle provides some general encoding functions.
- Added Json encode and decode facade methods.