1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-14 17:24:29 +02:00
This commit is contained in:
Daniel St. Jules
2014-10-14 23:32:13 -07:00
parent 3cc12c2ee7
commit d60422d197
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
### 1.7.0 (2014-10-14)
* Added containsAll and containsAny
* Light cleanup
### 1.6.0 (2014-09-14)
* Added toTitleCase

View File

@@ -82,7 +82,7 @@ in your composer.json file:
```json
{
"require": {
"danielstjules/stringy": "~1.6"
"danielstjules/stringy": "~1.7"
}
}
```