Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 2.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.4 - 2023-01-26

Changed

  • (1b6b7737) Limited similar depth to two deep, for example: gamedev and game-dev now can map to game-development whereas before gamedev would map to game-dev which mapped to game-development
  • (2705060f) Updated version of ava in use to v5.1.1
  • (fa658a04) Added usage of c8 for test coverage reporting

Fixed

  • (29053958) Removed double space from sometimes appearing in title's

1.0.3 - 2023-01-25

Added

  • TagAtlas now made available in module export

Fixed

  • strToSlug helper should be using findOrCreateByTitle
  • Automatically ignore splitting any title that's all uppercase or all lowercase
  • Tests where sharing the same instance of TagAtlas which polluted their environment and caused unexpected behaviour

1.0.2 - 2023-01-25

Added

1.0.1 - 2023-01-24

Fixed

  • Wasn't passing through slugify to the tag atlas, missed by tests.

1.0.0 - 2023-01-24

Added

  • Initial version of this 11ty plugin providing strToSlug and slugToStr helper methods backed by a tag atlas class which acts to deduplicate and normalise tags.