GitHub / symfony/string / commits
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d2596a82 | merge Merge branch '8.1' into 8.2 | Nicolas Grekas <n****s@g****m> | about 1 month ago | |
| 286a76b7 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | about 1 month ago | |
| 1a6a4245 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | about 1 month ago | |
| e394af32 | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | about 1 month ago | |
| 2a8d515c | [String] Consistently return null for out-of-range offsets |
Javier Eguiluz <j****z@g****m>
Committed by: Nicolas Grekas <n****s@g****m> |
about 1 month ago | |
| 2f885627 | [String] Add missing coverage for negative offsets in indexOfLast() | Javier Eguiluz <j****z@g****m> | about 1 month ago | |
| 12c1d4fb | merge Merge branch '8.0' into 8.1 | Fabien Potencier <f****n@p****g> | about 1 month ago | |
| 59d8521a | merge Merge branch '7.4' into 8.0 | Fabien Potencier <f****n@p****g> | about 1 month ago | |
| 7ebb5b15 | merge Merge branch '6.4' into 7.4 | Fabien Potencier <f****n@p****g> | about 1 month ago | |
| b1376283 | [String] Fix AsciiSlugger::getLocale() TypeError with no locale set | Eyüp Can Akman <e****n@g****m> | about 1 month ago | |
| 5aae2a1d | merge Merge branch '8.0' into 8.1 | Fabien Potencier <f****n@p****g> | 2 months ago | |
| 9db1063d | merge Merge branch '7.4' into 8.0 | Fabien Potencier <f****n@p****g> | 2 months ago | |
| 7016110c | [String] Fix merge conflict resolution | Fabien Potencier <f****n@p****g> | 2 months ago | |
| 9ed39fac | merge Merge branch '6.4' into 7.4 | Fabien Potencier <f****n@p****g> | 2 months ago | |
| 9e104d31 | [String] Fix splice() on multibyte strings | Eyüp Can Akman <e****n@g****m> | 2 months ago | |
| 047aaea1 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| 6c05367e | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| 61f6f439 | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| 5cd9d569 | Drop PR warning and auto-closing on subtree splits | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| afd5944f | Add call to backers in README files | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| 9c24be84 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| f2e3e4d3 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| 96168301 | [String][Mime] Reject objects in typed-string properties during __unserialize | Nicolas Grekas <n****s@g****m> | 3 months ago | |
| f5cb4d68 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| 39be2ad0 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| 965f7306 | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| 62e3c927 | [Inflector][String] Fixed singularize `traces` > `trace` | Ruud Kamphuis <r****k@u****m> | 4 months ago | |
| 0d4a029a | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| d6e46ef1 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| 3c1c6563 | Update XSD references in phpunit.xml.dist files | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| 4a675890 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| aed393a9 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 4 months ago | |
| ab94c34e | chore: Component/String/Resources/data - cleanup header |
Dariusz Ruminski <d****i@g****m>
Committed by: Nicolas Grekas <n****s@g****m> |
4 months ago | |
| 54933b85 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 5c24434b | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 25a8779a | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 590b7227 | More CS fixes | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| c1b4a602 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 8484e619 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| b68f4b71 | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| fd503fed | CS fixes - native_function_invocation & static_lambda | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 82e4e329 | [CS] Back config from 8.1 and apply heredoc_indentation rule | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| c024cd6e | Bump to php >= 8.4.1 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| e7e2c437 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| fc626b89 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| b4a39efe | Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 59d447e2 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| ae9488f8 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 5 months ago | |
| 114ac572 | Configure deprecation triggers | Alexander M. Turek <m****e@d****e> | 5 months ago | |
| 760b9201 | Mark callbacks with @param-immediately-invoked-callable where applicable |
Jan Nedbal <j****l@g****m>
Committed by: Nicolas Grekas <n****s@g****m> |
6 months ago | |
| 38ef56ae | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 6c9e1108 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 9f209231 | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 2adaf410 | skip a test case that doesn't work with PCRE < 10.40 | Christian Flothmann <c****n@o****e> | 7 months ago | |
| 0290f6fd | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 333ed851 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| c0145982 | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| a219124e | fix compatibility with PCRE < 10.40 | Christian Flothmann <c****n@o****e> | 7 months ago | |
| 8aec8d28 | merge Merge branch '8.0' into 8.1 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 635d2612 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 61360dcd | merge Merge branch '6.4' into 7.4 | Nicolas Grekas <n****s@g****m> | 7 months ago | |
| 4695d63c | [String] Treat emoji VS16 as wide in width calc |
Fabien Potencier <f****n@p****g>
Committed by: Nicolas Grekas <n****s@g****m> |
7 months ago | |
| 6954e172 | merge Merge branch '8.0' into 8.1 | Christian Flothmann <c****n@o****e> | 8 months ago | |
| 758b372d | merge Merge branch '7.4' into 8.0 | Christian Flothmann <c****n@o****e> | 8 months ago | |
| 1c4b1046 | [String] Fix UnicodeString::startsWith()/endsWith() on strings that start/end... | Nicolas Grekas <n****s@g****m> | 8 months ago | |
| 8947e1ce | PHP CS Fixer: enable static_lambda |
Dariusz Ruminski <d****i@g****m>
Committed by: Nicolas Grekas <n****s@g****m> |
8 months ago | |
| ba65a969 | merge Merge branch '7.4' into 8.0 | Christian Flothmann <c****n@o****e> | 9 months ago | |
| d50e862c | merge Merge branch '7.3' into 7.4 | Christian Flothmann <c****n@o****e> | 9 months ago | |
| 0b1f55d7 | merge Merge branch '6.4' into 7.3 | Christian Flothmann <c****n@o****e> | 9 months ago | |
| 50590a05 | [String] Fix normalization in trimPrefix/trimSuffix | Younes ENNAJI <y****o@g****m> | 9 months ago | |
| f929eccf | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| bc785216 | merge Merge branch '7.3' into 7.4 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| f9647603 | merge Merge branch '6.4' into 7.3 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| 5621f039 | [PhpUnitBridge] Fix gathering deprecation in phpt | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| 78fe1901 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| 140bb69f | merge Merge branch '7.3' into 7.4 | Christian Flothmann <c****n@o****e> | 12 months ago | |
| 099c2385 | merge Merge branch '6.4' into 7.3 | Christian Flothmann <c****n@o****e> | 12 months ago | |
| 2cc50899 | use the empty string instead of null as an array offset | Christian Flothmann <c****n@o****e> | 12 months ago | |
| 3bd28ceb | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| 7c89abad | merge Merge branch '7.3' into 7.4 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| de366afc | merge Merge branch '6.4' into 7.3 | Nicolas Grekas <n****s@g****m> | 12 months ago | |
| 14584941 | [String][Inflector] Fix edge cases | Oskar Stark <o****k@g****m> | 12 months ago | |
| b87a95c2 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| 324705b7 | merge Merge branch '7.3' into 7.4 | Christian Flothmann <c****n@o****e> | about 1 year ago | |
| 17a426cc | merge Merge branch '6.4' into 7.3 | Christian Flothmann <c****n@o****e> | about 1 year ago | |
| 7cdec7ed | [String] Fix nodes singular | Ruud Kamphuis <r****k@u****m> | about 1 year ago | |
| 309b28f8 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| e4697349 | merge Merge branch '7.3' into 7.4 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| 056c0d84 | merge Merge branch '6.4' into 7.3 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| ae3ce5e4 | [String] Fix issues singular | Ruud Kamphuis <r****k@u****m> | about 1 year ago | |
| 908a6af9 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| d5e739fa | merge Merge branch '7.3' into 7.4 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| d5b4dc5f | merge Merge branch '6.4' into 7.3 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| aa2ed96d |
specific fix to avoid 'outag' when inflecting 'outages'
Signed-off-by: Phil E. Taylor <p****l@p****m> |
Phil E. Taylor <p****l@p****m> | about 1 year ago | |
| d7b049db | [HttpKernel][Mime][Serializer][String][Validator] Replace `__sleep/wakeup()` ... | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| 86ca9549 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| 3ba35cbf | [Mime] Deprecate implementing `__sleep/wakeup()` on `AbstractPart` implementa... | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| eb940c91 | [Validator] Deprecate implementing `__sleep/wakeup()` on GenericMetadata impl... | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| 68acca99 | [String] Deprecate implementing `__sleep/wakeup()` on string implementations | Nicolas Grekas <n****s@g****m> | about 1 year ago | |
| 24b585b6 | merge Merge branch '7.4' into 8.0 | Nicolas Grekas <n****s@g****m> | about 1 year ago |