Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

79 lines (49 loc) · 1.91 KB

2.1.0

  • Feature: Enable contents property option to using templating language that supports inheritance (like nunjucks or pug).

2.0.0

  • Breaking: Combined the tagsCollection and tagsUrlSafe properties into one property.

1.3.0

  • Feature: Add a tagCollection property that holds a display and urlSafe format of each tag.

1.2.0

  • Feature: Can supply an optional function to control how tags are formatted.

1.1.0

  • Feature: Add urlSafe property to each object for better url creation in templates.

1.0.0

  • Feature: Use node-slug package when creating a page's slug.

0.13.0

  • Feature: added better support for metalsmith-pagination plug-in.

0.12.0

  • Feature: added new tagsUrlSafe property to every file, so there is access to url safe tag slugs.

0.11.0

  • Feature: added support for metalsmith-layouts.

0.10.1

  • Feature: allow skipping of updating of metadata.

0.10.0

  • Performance: hopefully improve performance of metalsmith-tags with large blogs by reducing overhead.

0.9.1

  • Bugfix: When trimming a tag make sure it's a string.

0.9.0

  • Bugfix: Don't convert spaces in tags to - for views. #16
  • Update dependencies.

0.8.1

  • Adds support for arrays of tags #3

0.8.0

  • Support metalsmith 1.x #13
  • Use metalsmith.data() so you can now manipulate the data later as you desire. #13
  • Unified code style.