Skip to content

Releases: spryker/util-text

1.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Dec 14:07

Included commits: 1.5.1...1.6.0

Fixes

  • Adjusted UtilTextService::generateSlug() to ignore non UTF-8 characters instead of throwing an exception.

1.5.1

Choose a tag to compare

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

Included commits: 1.5.0...1.5.1

Fixes

  • Fixed compatibility with PHP 8.2.

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 29 Jun 13:43

Included commits: 1.4.0...1.5.0

Improvements

  • Introduced UtilTextServiceInterface::generateUniqueId() to generate a unique ID.

1.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Oct 12:08

Included commits: 1.3.0...1.4.0

Improvements

  • Added missing function to bridge.

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 10 Jan 17:49

Included commits: 1.2.3...1.3.0

Improvements

  • Introduced UtilTextService::generateRandomByteString() service method that generates a random byte string of required length.

1.2.3

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 14 Jun 12:45

Included commits: 1.2.2...1.2.3

Bugfixes

  • Adjusted UtilTextServiceInterface::hashValue() parameters order to be the same as in implementation class.

1.2.2

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 Jun 09:18

Included commits: 1.2.1...1.2.2

Bugfixes

Small fixes on meta files.

1.2.1

Choose a tag to compare

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

Included commits: 1.2.0...1.2.1

Bugfixes

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

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 09 Jun 12:04

Included commits: 1.1.1...1.2.0

Features

Added options to token generate method.

1.1.1

Choose a tag to compare

@spryker-bot spryker-bot released this 07 Mar 13:10

Included commits: 1.1.0...1.1.1

Bugfixes

Fixed URL generation with nested query string params.