mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
31 lines
512 B
Markdown
31 lines
512 B
Markdown
## v1.2.0
|
|
|
|
* Added ability to substitute hyphen delimiter.
|
|
|
|
## v1.1.0
|
|
|
|
* Slugs are now generated with `parameterize`.
|
|
* Spaces get converted to hyphens instead of underscores. Hyphens in the original string are collapsed.
|
|
* Removed dependence on iconv.
|
|
|
|
## v1.0.0
|
|
|
|
* Added test for slugs with numbers.
|
|
|
|
## v0.2.1
|
|
|
|
* Added basic transliteration with IConv.
|
|
|
|
## v0.2.0
|
|
|
|
* Rebuild of gem using bundler.
|
|
* Full spec added.
|
|
|
|
## v0.1.2
|
|
|
|
* Fixed minor bug when the source field is empty.
|
|
|
|
## v0.1.1
|
|
|
|
* Initial release.
|