talha-asad / mongoose-url-slugs

Create URL compatiable slugs on mongoose models, ensuring uniqueness.
MIT License
40 stars 22 forks source link

Add 'recreate' option that will always recreate the slug #26

Closed peterj closed 7 years ago

peterj commented 7 years ago

Added the 'recreate' option (defaults to false). It will always re-create the slug, regardless if the slug fields have changed or not. I found it useful when wanting to existing documents that don't have the slug yet.

talha-asad commented 7 years ago

Thanks @PeterJausovec.

I'll review this over the weekend, sorry for the delay.