We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f221178 commit 2288363Copy full SHA for 2288363
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 3.0.1 (2017-04-12)
2
+* Don't replace @ in toAscii
3
+* Use normal replacement for @ in slugify, e.g. user@home => user-home
4
+
5
### 3.0.0 (2017-03-08)
6
7
* Breaking change: added $language parameter to toAscii, before
README.md
@@ -180,7 +180,7 @@ in your composer.json file:
180
181
```json
182
"require": {
183
- "danielstjules/stringy": "~3.0"
+ "danielstjules/stringy": "~3.0.1"
184
}
185
```
186
0 commit comments