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.

30 lines
777 B

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