Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 5.8 KB

CHANGELOG.md

File metadata and controls

65 lines (52 loc) · 5.8 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • Includes source maps in dist for better debugging 2555da5
  • Updates deepmerge 4.2.2 -> 4.3.1 379fc4d
  • Renames default export to 'metadata' for better editor intellisense a63c1d3
  • Drops support for Node < 14.14.0 & migrates tests to ESM on src file 28a0cc5
  • Drops support for metalsmith < 2.5.0 & uses metalsmith.debug instead of debug 73898bf
  • Fixes a regression introduced in 0.2.1 with array merges, handles repeat runs properly 65d480e

30 May 2023

  • Explicitly specify array merge as concat 9102291

7 August 2022

  • Adds Typescript definitions e0b6f7d
  • Update debug from 4.3.3 -> 4.3.4, use strict f6d5125
  • feat: provides dual bundling ESM/CJS 6f4f9dc

0.1.0

19 March 2022

  • Complete re-write of metadata. #27
  • Nested config files #19
  • Don't attempt to parse a file if the key already exists in the metadata, even if the file is missing #9
  • Revert 9e2224d2e0dd99661f2174f788a337f1add9d823 #16
  • Normalizing path options for Windows compatibility. #7
  • Update dependencies #8
  • Allow .yml as file extension for YAML as well #12
  • feat: complete & sort package.json 387a0ea
  • feat: rewrite 030593c
  • manual merge 9a8d64c
  • fix: fixed file/dir path for external reads d3fc01e
  • removed obsolete code 9dbd53c
  • removed console.logs 7edb15d
  • debug next branch e8b0513
  • fixed issue with yaml files in folder ab93171
  • fixed spelling bc578ef
  • updated name to @metalsmith/metadata aabfe1c
  • run changelog 8d2ad44
  • fixed path separator 6375b00
  • added proper error reporting to done() 6d21924
  • run utilities ca4bdf6
  • edited readme 299ec8a
  • Changed options file path e370e5a
  • run format and changelog a761955
  • added tests e6ad84a
  • Add tests for nested and deep-nested path e525a11
  • Add regex for normalizing path c9cf34a
  • bump version number cc8b115
  • more tests 6b0cf69
  • don't try and parse if the key already exists in the metadata... c3353d8
  • fix test name 965a9b5
  • first commit 48bcefc