Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Dec 21, 2015
1 parent 9b61dcc commit fc39b70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.2.0 (2015-12-20)

* isJSON now returns false for empty strings
* Update for German umlaut transformation
* Use reflection to generate method list for StaticStringy
* Added isBase64 method
* Improved toAscii char coverage

### 2.1.0 (2015-09-02)

* Added simplified StaticStringy class
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ in your composer.json file:

```json
"require": {
"danielstjules/stringy": "~2.1"
"danielstjules/stringy": "~2.2"
}
```

Expand Down

0 comments on commit fc39b70

Please sign in to comment.