1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-11 07:44:12 +02:00
This commit is contained in:
Daniel St. Jules
2015-09-02 23:50:48 -07:00
parent ae74e66369
commit efb10020f6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
### 2.1.0 (2015-09-02)
* Added simplified StaticStringy class
* str in Stringy::create and constructor is now optional
### 2.0.0 (2015-07-29) ### 2.0.0 (2015-07-29)
* Removed StaticStringy class * Removed StaticStringy class

View File

@@ -128,7 +128,7 @@ in your composer.json file:
```json ```json
"require": { "require": {
"danielstjules/stringy": "~2.0" "danielstjules/stringy": "~2.1"
} }
``` ```