Skip to content

Releases: fephil/metalsmith-metadata-directory

1.2.3

17 Aug 22:03
Compare
Choose a tag to compare

Dependency updates

1.2.2 (and 1.2.1)

19 Apr 15:53
Compare
Choose a tag to compare

Note: 1.2.2 and 1.2.1 are identical, Travis CI was updated in between releases to fix the build.

  • Dependency updates (Mocha was updated to v7)
  • Readme updated to clarify official Node support.

1.2.0

11 Nov 15:23
Compare
Choose a tag to compare
  • New feature: Support .yml or .yaml file suffix (thanks to @mikemckiernan for making a PR),
  • Dependency updates.

1.1.2

27 Sep 16:43
Compare
Choose a tag to compare

Dependency updates (fixes security alerts)

1.1.1

12 Dec 10:14
Compare
Choose a tag to compare
  • Update all dependencies,
  • Remove harmonize,
  • Documentation updates.

1.1.0

21 Oct 16:51
Compare
Choose a tag to compare
  • Added YAML/YML support. Big thank you to @saschazar21 for this work,
  • Updated dependencies & NPM 5 support,
  • Fix Travis CI tests (Remove Node v0.12 and add Node v8).

1.0.1

21 Mar 23:19
Compare
Choose a tag to compare
  • Now correctly resolving relative directories - thanks @saschazar21,
  • Updated dependencies,
  • Updated Travis Node versions to 0.12, 4, 6, & 7,
  • Yarn support.

1.0.0

18 Jun 18:23
Compare
Choose a tag to compare
  • Ignores empty JSON files (#11),
  • Plugin will error if JSON is malformed,
  • Checks for duplicate file names and will error,
  • Added unit testing,
  • Updated dependencies.

0.1.1

17 Apr 19:08
Compare
Choose a tag to compare
  • Debug should be a dependency, not a devDependency.

0.1.0

16 Apr 18:01
Compare
Choose a tag to compare
  • Fixed metadata not appearing with metalsmith-layouts,
  • Added a debugging mode.