We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8afcff commit edbda41Copy full SHA for edbda41
CHANGELOG.md
@@ -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
12
### 2.3.2 (2016-05-02)
13
14
* Improve support without mbstring
README.md
@@ -176,7 +176,7 @@ in your composer.json file:
176
177
```json
178
"require": {
179
- "danielstjules/stringy": "~2.3"
+ "danielstjules/stringy": "~2.4"
180
}
181
```
182
0 commit comments