Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
/appveyor.yml export-ignore
/circle.yml export-ignore
/phpstan.neon export-ignore
/.deepsource.toml export-ignore
/phpcs.php_cs export-ignore
/phpunit.legacy.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog

### 7.0.0 (2026-04-22)
- breaking-change: drop support for PHP 7.1
- fix: clean up Composer distribution archive (add missing .gitattributes export-ignore entries for dev-only files)
- fix "camelize()" + "upperCamelize()" for all-caps input such as "FOO BAR" and "API2URL"
- fix PHP 8.4 compatibility / deprecation warnings
- add proper return types and optimized nullable phpdocs for better PHP / PHPStan compatibility
- add PHP 8.1+ compatibility shim for `JsonSerializable::jsonSerialize()` return type (`JsonSerializableReturnTypeTrait`)
- improve "collection()" handling for single strings, Stringy objects, and "null"; preserve keys in "CollectionStringy::createFromStrings()"
- improve edge-case handling for "appendRandomString()", "at()", "offsetGet()", "lineWrap()", "lineWrapAfterWord()", and truncation-related methods
- update vendor lib "voku/portable-utf8" to "~6.1.0"
- modernize GitHub Actions / PHPUnit configuration and add dependency automation via Dependabot + Renovate
- support PHP 7.1+

### 6.5.3 (2022-03-28)
- "To people of Russia": There is a war in Ukraine right now. The forces of the Russian Federation are attacking civilians.
Expand Down
Loading