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 63d8190 commit 8b59cd2Copy full SHA for 8b59cd2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### 3.0.0 (2017-03-08)
2
+
3
+* Breaking change: added $language parameter to toAscii, before
4
+ $removeUnsupported
5
+* Breaking change: dropped PHP 5.3 support
6
+* Breaking change: any StaticStringy methods that previously returned instances
7
+ of Stringy now return strings
8
9
### 2.4.0 (2017-03-02)
10
11
* Add startsWithAny
README.md
@@ -179,7 +179,7 @@ in your composer.json file:
179
180
```json
181
"require": {
182
- "danielstjules/stringy": "~2.4"
+ "danielstjules/stringy": "~3.0"
183
}
184
```
185
0 commit comments