dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.07k stars 94 forks source link

default lowercase slugs fixes #32 #34

Closed talon closed 9 years ago

talon commented 9 years ago
slug('HELLO WORLD') //hello-world

slug('HELLO WORLD', {lowercase: false}) // HELLO-WORLD
talon commented 9 years ago

The two failing tests appear to be fixed by #29