Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Mar 19, 2022
1 parent 387a0ea commit f60e5ae
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 deletions.
65 changes: 34 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/wernerglinka/metalsmith-metadata/compare/v0.0.5...HEAD)

#### [v0.0.5](https://github.com/wernerglinka/metalsmith-metadata/compare/v0.0.4...v0.0.5)

> 8 February 2022
- fixed path separator [`6375b00`](https://github.com/wernerglinka/metalsmith-metadata/commit/6375b0087e1d3ddb9664213675b1b456274a165d)

#### v0.0.4

> 8 February 2022
- Nested config files [`#19`](https://github.com/wernerglinka/metalsmith-metadata/pull/19)
- Don't attempt to parse a file if the key already exists in the metadata, even if the file is missing [`#9`](https://github.com/wernerglinka/metalsmith-metadata/pull/9)
- Revert 9e2224d2e0dd99661f2174f788a337f1add9d823 [`#16`](https://github.com/wernerglinka/metalsmith-metadata/pull/16)
- Normalizing path options for Windows compatibility. [`#7`](https://github.com/wernerglinka/metalsmith-metadata/pull/7)
- Update dependencies [`#8`](https://github.com/wernerglinka/metalsmith-metadata/pull/8)
- Allow .yml as file extension for YAML as well [`#12`](https://github.com/wernerglinka/metalsmith-metadata/pull/12)
- added tests [`e6ad84a`](https://github.com/wernerglinka/metalsmith-metadata/commit/e6ad84a533c1658ac749b35887ad73fb9a5f6ac3)
- added proper error reporting to done() [`6d21924`](https://github.com/wernerglinka/metalsmith-metadata/commit/6d2192480167c58b5c77666bd55129188ea86da1)
- run format and changelog [`a761955`](https://github.com/wernerglinka/metalsmith-metadata/commit/a7619551a87561833d239fdb2e1b9f9afee33692)
- run utilities [`ca4bdf6`](https://github.com/wernerglinka/metalsmith-metadata/commit/ca4bdf6f8faac4272d60ede1e657c0ad1e716f9d)
- Changed options file path [`e370e5a`](https://github.com/wernerglinka/metalsmith-metadata/commit/e370e5a1a43211a665dac6affb884afdc965dbbd)
- first commit [`48bcefc`](https://github.com/wernerglinka/metalsmith-metadata/commit/48bcefcb049d896158aedd340149417a600d4c4c)
- edited readme [`299ec8a`](https://github.com/wernerglinka/metalsmith-metadata/commit/299ec8a3c8309f607f3a26b9c18a9010d0891024)
- don't try and parse if the key already exists in the metadata... [`c3353d8`](https://github.com/wernerglinka/metalsmith-metadata/commit/c3353d83f8eed5645e9178e5556c6dabf9d23e4e)
- Add tests for nested and deep-nested path [`e525a11`](https://github.com/wernerglinka/metalsmith-metadata/commit/e525a11bce359214afab15d3fa5ddedea88eadcb)
- more tests [`6b0cf69`](https://github.com/wernerglinka/metalsmith-metadata/commit/6b0cf696cea1321348fe5dd3d9c0b5f9f5043762)
- Add regex for normalizing path [`c9cf34a`](https://github.com/wernerglinka/metalsmith-metadata/commit/c9cf34a199a42f0449647729bb7f4010c2c2470f)
- bump version number [`cc8b115`](https://github.com/wernerglinka/metalsmith-metadata/commit/cc8b11597719811f8fd7043d75d549e6903d6eb1)
- fix test name [`965a9b5`](https://github.com/wernerglinka/metalsmith-metadata/commit/965a9b5d6d5d1f0b7a54381c0719c0a404b2f3dc)
#### 0.1.0

- Complete re-write of metadata. [`#27`](https://github.com/metalsmith/metadata/pull/27)
- Nested config files [`#19`](https://github.com/metalsmith/metadata/pull/19)
- Don't attempt to parse a file if the key already exists in the metadata, even if the file is missing [`#9`](https://github.com/metalsmith/metadata/pull/9)
- Revert 9e2224d2e0dd99661f2174f788a337f1add9d823 [`#16`](https://github.com/metalsmith/metadata/pull/16)
- Normalizing path options for Windows compatibility. [`#7`](https://github.com/metalsmith/metadata/pull/7)
- Update dependencies [`#8`](https://github.com/metalsmith/metadata/pull/8)
- Allow .yml as file extension for YAML as well [`#12`](https://github.com/metalsmith/metadata/pull/12)
- feat: complete & sort package.json [`387a0ea`](https://github.com/metalsmith/metadata/commit/387a0ea02b3670f460f61ca90240f921270ef942)
- feat: rewrite [`030593c`](https://github.com/metalsmith/metadata/commit/030593c4a6669fe955270920d54fb57b43ca9326)
- manual merge [`9a8d64c`](https://github.com/metalsmith/metadata/commit/9a8d64c27acfa31770b7d69b7ffe66d3133c0d9b)
- fix: fixed file/dir path for external reads [`d3fc01e`](https://github.com/metalsmith/metadata/commit/d3fc01ecd6d15ccec7bcb6804040718ef3561ab8)
- removed obsolete code [`9dbd53c`](https://github.com/metalsmith/metadata/commit/9dbd53cf681d8eae2aa652bb9078ceffc15c0121)
- removed console.logs [`7edb15d`](https://github.com/metalsmith/metadata/commit/7edb15d722e96eb7651fddc14a326672080118f7)
- debug next branch [`e8b0513`](https://github.com/metalsmith/metadata/commit/e8b05136128106766201fa9fc125b4fdcf67e7c5)
- fixed issue with yaml files in folder [`ab93171`](https://github.com/metalsmith/metadata/commit/ab931712806791bfa9226d705f49bf6b00978fbc)
- fixed spelling [`bc578ef`](https://github.com/metalsmith/metadata/commit/bc578ef521d1f14267acaf1d7ac6a54fc9e00f1d)
- updated name to @metalsmith/metadata [`aabfe1c`](https://github.com/metalsmith/metadata/commit/aabfe1c9ea55405ce5a0b93738ebac31f6b911e6)
- run changelog [`8d2ad44`](https://github.com/metalsmith/metadata/commit/8d2ad4483ca508d54b3aec8dcb2845d9bfcca657)
- fixed path separator [`6375b00`](https://github.com/metalsmith/metadata/commit/6375b0087e1d3ddb9664213675b1b456274a165d)
- added proper error reporting to done() [`6d21924`](https://github.com/metalsmith/metadata/commit/6d2192480167c58b5c77666bd55129188ea86da1)
- run utilities [`ca4bdf6`](https://github.com/metalsmith/metadata/commit/ca4bdf6f8faac4272d60ede1e657c0ad1e716f9d)
- edited readme [`299ec8a`](https://github.com/metalsmith/metadata/commit/299ec8a3c8309f607f3a26b9c18a9010d0891024)
- Changed options file path [`e370e5a`](https://github.com/metalsmith/metadata/commit/e370e5a1a43211a665dac6affb884afdc965dbbd)
- run format and changelog [`a761955`](https://github.com/metalsmith/metadata/commit/a7619551a87561833d239fdb2e1b9f9afee33692)
- added tests [`e6ad84a`](https://github.com/metalsmith/metadata/commit/e6ad84a533c1658ac749b35887ad73fb9a5f6ac3)
- Add tests for nested and deep-nested path [`e525a11`](https://github.com/metalsmith/metadata/commit/e525a11bce359214afab15d3fa5ddedea88eadcb)
- Add regex for normalizing path [`c9cf34a`](https://github.com/metalsmith/metadata/commit/c9cf34a199a42f0449647729bb7f4010c2c2470f)
- bump version number [`cc8b115`](https://github.com/metalsmith/metadata/commit/cc8b11597719811f8fd7043d75d549e6903d6eb1)
- more tests [`6b0cf69`](https://github.com/metalsmith/metadata/commit/6b0cf696cea1321348fe5dd3d9c0b5f9f5043762)
- don't try and parse if the key already exists in the metadata... [`c3353d8`](https://github.com/metalsmith/metadata/commit/c3353d83f8eed5645e9178e5556c6dabf9d23e4e)
- fix test name [`965a9b5`](https://github.com/metalsmith/metadata/commit/965a9b5d6d5d1f0b7a54381c0719c0a404b2f3dc)
- first commit [`48bcefc`](https://github.com/metalsmith/metadata/commit/48bcefcb049d896158aedd340149417a600d4c4c)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/metadata",
"version": "0.0.1",
"version": "0.1.0",
"description": "A metalsmith plugin to load global metadata from files and directories",
"keywords": [
"metalsmith-plugin",
Expand Down

0 comments on commit f60e5ae

Please sign in to comment.