We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b61dcc commit fc39b70Copy full SHA for fc39b70
2 files changed
CHANGELOG.md
@@ -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
9
### 2.1.0 (2015-09-02)
10
11
* Added simplified StaticStringy class
README.md
@@ -129,7 +129,7 @@ in your composer.json file:
129
130
```json
131
"require": {
132
- "danielstjules/stringy": "~2.1"
+ "danielstjules/stringy": "~2.2"
133
}
134
```
135
0 commit comments