Releases: bolt/common
Releases · bolt/common
Maintenance release 3.0.1
Merge pull request #32 from LordSimal/3.0 Allow PHP 8.0 in composer.json
Major Release 3.0.0
Now with better support for PHP 7.4, and CI.
Maintenance release 2.1.10
add `cleanWhitespace()`
Maintenance release 2.1.9
Fix `static::ucfirst`
Maintenance release 2.1.8
Merge pull request #29 from bolt/fix/mb_str_replace Replace `mb_str_replace` with a different implementation that is much more memory-efficient
Maintenance release 2.1.7
Adding case insentitivity for `Str::placeholders()`
Maintenance release 2.1.6
Update Str.php
Maintenance release 2.1.4
Update makeSafe, allow &
Maintenance release 2.1.3
Merge pull request #25 from bolt/add-string-functions Add startsWith, ensureStartsWith and ensureEndsWith
Maintenance release 2.1.2
Merge pull request #24 from bolt/fix/str_replace-in-multibyte-charact…