We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74e66 commit efb1002Copy full SHA for efb1002
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 2.1.0 (2015-09-02)
2
+
3
+* Added simplified StaticStringy class
4
+* str in Stringy::create and constructor is now optional
5
6
### 2.0.0 (2015-07-29)
7
8
* Removed StaticStringy class
README.md
@@ -128,7 +128,7 @@ in your composer.json file:
128
129
```json
130
"require": {
131
- "danielstjules/stringy": "~2.0"
+ "danielstjules/stringy": "~2.1"
132
}
133
```
134
0 commit comments