diff options
Diffstat (limited to 'vendor/symfony/string/CHANGELOG.md')
-rw-r--r-- | vendor/symfony/string/CHANGELOG.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vendor/symfony/string/CHANGELOG.md b/vendor/symfony/string/CHANGELOG.md new file mode 100644 index 0000000..621cedf --- /dev/null +++ b/vendor/symfony/string/CHANGELOG.md | |||
@@ -0,0 +1,45 @@ | |||
1 | CHANGELOG | ||
2 | ========= | ||
3 | |||
4 | 7.1 | ||
5 | --- | ||
6 | |||
7 | * Add `localeLower()`, `localeUpper()`, `localeTitle()` methods to `AbstractUnicodeString` | ||
8 | |||
9 | 6.2 | ||
10 | --- | ||
11 | |||
12 | * Add support for emoji in `AsciiSlugger` | ||
13 | |||
14 | 5.4 | ||
15 | --- | ||
16 | |||
17 | * Add `trimSuffix()` and `trimPrefix()` methods | ||
18 | |||
19 | 5.3 | ||
20 | --- | ||
21 | |||
22 | * Made `AsciiSlugger` fallback to parent locale's symbolsMap | ||
23 | |||
24 | 5.2.0 | ||
25 | ----- | ||
26 | |||
27 | * added a `FrenchInflector` class | ||
28 | |||
29 | 5.1.0 | ||
30 | ----- | ||
31 | |||
32 | * added the `AbstractString::reverse()` method | ||
33 | * made `AbstractString::width()` follow POSIX.1-2001 | ||
34 | * added `LazyString` which provides memoizing stringable objects | ||
35 | * The component is not marked as `@experimental` anymore | ||
36 | * added the `s()` helper method to get either an `UnicodeString` or `ByteString` instance, | ||
37 | depending of the input string UTF-8 compliancy | ||
38 | * added `$cut` parameter to `Symfony\Component\String\AbstractString::truncate()` | ||
39 | * added `AbstractString::containsAny()` | ||
40 | * allow passing a string of custom characters to `ByteString::fromRandom()` | ||
41 | |||
42 | 5.0.0 | ||
43 | ----- | ||
44 | |||
45 | * added the component as experimental | ||