summaryrefslogtreecommitdiff
path: root/vendor/symfony/string/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/string/CHANGELOG.md')
-rw-r--r--vendor/symfony/string/CHANGELOG.md45
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 @@
1CHANGELOG
2=========
3
47.1
5---
6
7 * Add `localeLower()`, `localeUpper()`, `localeTitle()` methods to `AbstractUnicodeString`
8
96.2
10---
11
12 * Add support for emoji in `AsciiSlugger`
13
145.4
15---
16
17 * Add `trimSuffix()` and `trimPrefix()` methods
18
195.3
20---
21
22 * Made `AsciiSlugger` fallback to parent locale's symbolsMap
23
245.2.0
25-----
26
27 * added a `FrenchInflector` class
28
295.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
425.0.0
43-----
44
45 * added the component as experimental