File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 3.1.0 (2017-06-11)
2+ * Add $language support to slugify
3+ * Add bg specific transliteration
4+ * ЬЪ/ьъ handling is now language-specific
5+
16### 3.0.1 (2017-04-12)
27* Don't replace @ in toAscii
38* Use normal replacement for @ in slugify, e.g. user@home => user-home
Original file line number Diff line number Diff line change 11![ Stringy] ( http://danielstjules.com/github/stringy-logo.png )
22
33A PHP string manipulation library with multibyte support. Compatible with PHP
4- 5.4+, PHP 7, and HHVM.
4+ 5.4+, PHP 7+ , and HHVM.
55
66``` php
77s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
@@ -180,7 +180,7 @@ in your composer.json file:
180180
181181``` json
182182"require" : {
183- "danielstjules/stringy" : " ~3.0.1 "
183+ "danielstjules/stringy" : " ~3.1.0 "
184184}
185185```
186186
You can’t perform that action at this time.
0 commit comments