Skip to content

Releases: spryker/util-encoding

2.1.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Dec 11:44

Included commits: 2.1.0...2.1.1

Fixes

  • Fixed compatibility with PHP 8.2.

2.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 18 Jan 15:16

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

Choose a tag to compare

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

Included commits: 2.0.2...2.0.3

Bugfixes

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

2.0.2

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 May 16:06

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

Choose a tag to compare

@spryker-bot spryker-bot released this 28 Mar 10:39

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

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.

1.0.0

Choose a tag to compare

@dereuromark dereuromark released this 28 Nov 14:17

Included commits: 0.0.0...1.0.0

This bundle provides some general encoding functions.

  • Added Json encode and decode facade methods.