- Breaking: Combined the tagsCollection and tagsUrlSafe properties into one property.
- Feature: Add a tagCollection property that holds a display and urlSafe format of each tag.
- Feature: Can supply an optional function to control how tags are formatted.
- Feature: Add
urlSafe
property to each object for better url creation in templates.
- Feature: Use node-slug package when creating a page's slug.
- Feature: added better support for
metalsmith-pagination
plug-in.
- Feature: added new
tagsUrlSafe
property to every file, so there is access to url safe tag slugs.
- Feature: added support for metalsmith-layouts.
- Feature: allow skipping of updating of metadata.
- Performance: hopefully improve performance of metalsmith-tags with large blogs by reducing overhead.
- Bugfix: When trimming a tag make sure it's a string.
- Bugfix: Don't convert spaces in tags to
-
for views. #16 - Update dependencies.
- Adds support for arrays of tags #3