1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-05 12:57:26 +02:00
This commit is contained in:
Daniel St. Jules
2017-03-08 19:52:40 -05:00
parent 63d81901ad
commit 8b59cd2233
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### 3.0.0 (2017-03-08)
* Breaking change: added $language parameter to toAscii, before
$removeUnsupported
* Breaking change: dropped PHP 5.3 support
* Breaking change: any StaticStringy methods that previously returned instances
of Stringy now return strings
### 2.4.0 (2017-03-02)
* Add startsWithAny

View File

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