1
0
mirror of https://github.com/danbee/slugtastic synced 2025-03-04 08:49:05 +00:00
slugtastic/CHANGELOG.md

39 lines
616 B
Markdown

## v2.0.1
* Update homepage to new location.
## v2.0.0
* Remove dependency on supermodel for tests.
## 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.