Skip to content

Commit edbda41

Browse files
committed
2.4.0
1 parent e8afcff commit edbda41

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 2.4.0 (2017-03-02)
2+
3+
* Add startsWithAny
4+
* Add endsWithAny
5+
* Add stripWhitespace
6+
* Fix error handling for unsupported encodings
7+
* Change private methods to protected for extending class
8+
* Fix safeTruncate for strings without spaces
9+
* Additional char support in toAscii, e.g. full width chars and wide
10+
non-breaking space
11+
112
### 2.3.2 (2016-05-02)
213

314
* Improve support without mbstring

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ in your composer.json file:
176176

177177
```json
178178
"require": {
179-
"danielstjules/stringy": "~2.3"
179+
"danielstjules/stringy": "~2.4"
180180
}
181181
```
182182

0 commit comments

Comments
 (0)