Skip to content

Commit fc39b70

Browse files
committed
2.2
1 parent 9b61dcc commit fc39b70

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2.2.0 (2015-12-20)
2+
3+
* isJSON now returns false for empty strings
4+
* Update for German umlaut transformation
5+
* Use reflection to generate method list for StaticStringy
6+
* Added isBase64 method
7+
* Improved toAscii char coverage
8+
19
### 2.1.0 (2015-09-02)
210

311
* Added simplified StaticStringy class

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ in your composer.json file:
129129

130130
```json
131131
"require": {
132-
"danielstjules/stringy": "~2.1"
132+
"danielstjules/stringy": "~2.2"
133133
}
134134
```
135135

0 commit comments

Comments
 (0)