You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 705B

2 years ago
12345678910111213141516171819202122232425
  1. CHANGELOG
  2. =========
  3. 5.2.0
  4. -----
  5. * added a `FrenchInflector` class
  6. 5.1.0
  7. -----
  8. * added the `AbstractString::reverse()` method
  9. * made `AbstractString::width()` follow POSIX.1-2001
  10. * added `LazyString` which provides memoizing stringable objects
  11. * The component is not marked as `@experimental` anymore
  12. * added the `s()` helper method to get either an `UnicodeString` or `ByteString` instance,
  13. depending of the input string UTF-8 compliancy
  14. * added `$cut` parameter to `Symfony\Component\String\AbstractString::truncate()`
  15. * added `AbstractString::containsAny()`
  16. * allow passing a string of custom characters to `ByteString::fromRandom()`
  17. 5.0.0
  18. -----
  19. * added the component as experimental