mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-13 16:53:59 +02:00
1.5.0 release
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,3 +1,13 @@
|
|||||||
|
### 1.5.0 (2014-03-19)
|
||||||
|
|
||||||
|
* Made both str and encoding protected, giving property access to subclasses
|
||||||
|
* Added getEncoding()
|
||||||
|
* Fixed isJSON() giving false negatives
|
||||||
|
* Cleaned up and simplified: replace(), collapseWhitespace(), underscored(),
|
||||||
|
dasherize(), pad(), padLeft(), padRight() and padBoth()
|
||||||
|
* Fixed handling consecutive invalid chars in slugify()
|
||||||
|
* Removed conflicting hard sign transliteration in toAscii()
|
||||||
|
|
||||||
### 1.4.0 (2014-02-12)
|
### 1.4.0 (2014-02-12)
|
||||||
|
|
||||||
* Implemented the IteratorAggregate interface, added chars()
|
* Implemented the IteratorAggregate interface, added chars()
|
||||||
|
@@ -77,7 +77,7 @@ If you're using Composer to manage dependencies, you can include the following
|
|||||||
in your composer.json file:
|
in your composer.json file:
|
||||||
|
|
||||||
"require": {
|
"require": {
|
||||||
"danielstjules/stringy": "dev-master"
|
"danielstjules/stringy": ">=1.5.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
Then, after running `composer update` or `php composer.phar update`, you can
|
Then, after running `composer update` or `php composer.phar update`, you can
|
||||||
|
Reference in New Issue
Block a user