mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-04 20:37:29 +02:00
3.1.0
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
### 3.1.0 (2017-06-11)
|
||||||
|
* Add $language support to slugify
|
||||||
|
* Add bg specific transliteration
|
||||||
|
* ЬЪ/ьъ handling is now language-specific
|
||||||
|
|
||||||
### 3.0.1 (2017-04-12)
|
### 3.0.1 (2017-04-12)
|
||||||
* Don't replace @ in toAscii
|
* Don't replace @ in toAscii
|
||||||
* Use normal replacement for @ in slugify, e.g. user@home => user-home
|
* Use normal replacement for @ in slugify, e.g. user@home => user-home
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||

|

|
||||||
|
|
||||||
A PHP string manipulation library with multibyte support. Compatible with PHP
|
A PHP string manipulation library with multibyte support. Compatible with PHP
|
||||||
5.4+, PHP 7, and HHVM.
|
5.4+, PHP 7+, and HHVM.
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
|
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
|
||||||
@@ -180,7 +180,7 @@ in your composer.json file:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
"require": {
|
"require": {
|
||||||
"danielstjules/stringy": "~3.0.1"
|
"danielstjules/stringy": "~3.1.0"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user