Releases: spryker/util-text
Releases · spryker/util-text
1.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Included commits: 1.5.0...1.5.1
Fixes
Fixed compatibility with PHP 8.2.
1.5.0
Compare
Sorry, something went wrong.
No results found
Included commits: 1.4.0...1.5.0
Improvements
Introduced UtilTextServiceInterface::generateUniqueId() to generate a unique ID.
1.4.0
Compare
Sorry, something went wrong.
No results found
Included commits: 1.3.0...1.4.0
Improvements
Added missing function to bridge.
1.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Included commits: 1.2.1...1.2.2
Bugfixes
Small fixes on meta files.
1.2.1
Compare
Sorry, something went wrong.
No results found
Included commits: 1.2.0...1.2.1
Bugfixes
Fixed broken composer dependencies, Service dependencies are now also included.
1.2.0
Compare
Sorry, something went wrong.
No results found
Included commits: 1.1.1...1.2.0
Features
Added options to token generate method.
1.1.1
Compare
Sorry, something went wrong.
No results found
Included commits: 1.1.0...1.1.1
Bugfixes
Fixed URL generation with nested query string params.