Skip to content

Commit 8d961e2

Browse files
committed
1.5.0 release
1 parent e46797a commit 8d961e2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 1.5.0 (2014-03-19)
2+
3+
* Made both str and encoding protected, giving property access to subclasses
4+
* Added getEncoding()
5+
* Fixed isJSON() giving false negatives
6+
* Cleaned up and simplified: replace(), collapseWhitespace(), underscored(),
7+
dasherize(), pad(), padLeft(), padRight() and padBoth()
8+
* Fixed handling consecutive invalid chars in slugify()
9+
* Removed conflicting hard sign transliteration in toAscii()
10+
111
### 1.4.0 (2014-02-12)
212

313
* Implemented the IteratorAggregate interface, added chars()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you're using Composer to manage dependencies, you can include the following
7777
in your composer.json file:
7878

7979
"require": {
80-
"danielstjules/stringy": "dev-master"
80+
"danielstjules/stringy": ">=1.5.0"
8181
}
8282

8383
Then, after running `composer update` or `php composer.phar update`, you can

0 commit comments

Comments
 (0)