1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-04-21 21:01:53 +02:00
This commit is contained in:
Daniel St. Jules 2015-07-22 17:54:12 -07:00
parent fe3368bd8b
commit 4749c205db
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### 1.10.0 (2015-07-22)
* Added trimLeft, trimRight
* Added support for unicode whitespace to trim
* Added delimit
* Added indexOf and indexOfLast
* Added htmlEncode and htmlDecode
* Added "Ç" in toAscii()
### 1.9.0 (2015-02-09)
* Added hasUpperCase and hasLowerCase

View File

@ -92,7 +92,7 @@ in your composer.json file:
```json
{
"require": {
"danielstjules/stringy": "~1.9"
"danielstjules/stringy": "~1.10"
}
}
```