talha-asad / mongoose-url-slugs

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

Ability to specify which model hook the plugin runs on #28

Closed mtimofiiv closed 7 years ago

mtimofiiv commented 7 years ago

Currently, the slug building is run on pre-validate. What about if this is the default, but one could overwrite this via config option if needed?

The usecases for this are esoteric, it's true. I'd be more than happy to provide a PR.

talha-asad commented 7 years ago

I'd accept it.

mtimofiiv commented 7 years ago

Ok cool, I submitted a PR here: https://github.com/mindblaze/mongoose-url-slugs/pull/29