guncebektas / meteor-friendly-slugs

Meteor package to generate URL friendly slugs from a field with auto-incrementation to ensure unique URLs.
65 stars 15 forks source link

[NEW] stores the slug history of an item; #28

Open goooseman opened 8 years ago

goooseman commented 8 years ago

useful for creating 301 redirects for previusly used slugs;

todda00 commented 8 years ago

This is a good idea, thanks for the PR. We will need to make this optional, and not enabled by default. Can you add an option to enable this? perhaps something like storeHistory? It can be a boolean, or even better an integer where it would only keep the last X changes.

Also, I just added support for creating slugs from nested fields in 0.4.0, it created some conflicts with you PR, doesn't look like anything too serious though.

krishaamer commented 8 years ago

Sound awesome. What's the status on this?

tuarrep commented 8 years ago

Any updates her guys?