mongoose-url-slugs
Advanced tools
Comparing version 0.1.5 to 0.1.6
# History | ||
## V 0.1.6 (January 26, 2016) | ||
* Fixed Readme. | ||
## V 0.1.5 (January 26, 2016) | ||
@@ -4,0 +7,0 @@ * Added support for accented characters. |
@@ -9,3 +9,3 @@ { | ||
"description": "Create URL compatiable slugs on mongoose models, ensuring uniqueness.", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "mongoose slugs", |
@@ -72,17 +72,2 @@ [![Build Status](https://travis-ci.org/mindblaze/mongoose-url-slugs.png?branch=master)](https://travis-ci.org/mindblaze/mongoose-url-slugs) | ||
## History | ||
* v0.1.4 (2015-09-15) -- Dependencies updated. | ||
* v0.1.3 (2014-04-23) -- Dependencies updated. | ||
* v0.1.2 (2014-12-09) -- Fixed an issue with index_sparse. | ||
* v0.1.1 (2014-12-09) -- Fixed an issue due to maxLength. | ||
* v0.1.0 (2014-11-28) -- Added index_sparse, maxLength options. | ||
* v0.0.10 (2014-10-14) -- Dependencies updated. | ||
* v0.0.9 (2014-06-14) -- findBySlug bug fixed. | ||
* v0.0.8 (2014-06-10) -- slug generation improved. | ||
* v0.0.6 (2014-06-10) -- incremented slug generation bug fix and minor optimizations. | ||
* v0.0.5 (2014-06-10) -- Initial release. | ||
## License | ||
@@ -89,0 +74,0 @@ |
19265
94