1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-04-21 21:01:53 +02:00
This commit is contained in:
Daniel St. Jules 2017-03-02 15:43:29 -05:00
parent e8afcffc7c
commit edbda419cb
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### 2.4.0 (2017-03-02)
* Add startsWithAny
* Add endsWithAny
* Add stripWhitespace
* Fix error handling for unsupported encodings
* Change private methods to protected for extending class
* Fix safeTruncate for strings without spaces
* Additional char support in toAscii, e.g. full width chars and wide
non-breaking space
### 2.3.2 (2016-05-02)
* Improve support without mbstring

View File

@ -176,7 +176,7 @@ in your composer.json file:
```json
"require": {
"danielstjules/stringy": "~2.3"
"danielstjules/stringy": "~2.4"
}
```