Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Feb 21, 2024
1 parent d32d3d8 commit 9203a88
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Changelog

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

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

#### 1.0.0

- Initial commit [`705ae70`](https://github.com/metalsmith/refs/commit/705ae7043532dbac1b87737f59cb5f2f5a5ef600)
- Refs initial repo setup & implementation [`6541744`](https://github.com/metalsmith/refs/commit/6541744e83588fce06327dea49eab7c1bfbe64e6)
- Swap Object.defineProperty for Proxy refs implementation [`b851979`](https://github.com/metalsmith/refs/commit/b85197995c9d9d3acddc0a48b2126d3b59877e9d)
- feat: avoid circular refs by omitting the "refs" property of files when accessed from another file's refs. [`1ea336d`](https://github.com/metalsmith/refs/commit/1ea336d31ec9bb06934f9f872814640814946cc3)
- test: refactor fixture fn [`a81fb1b`](https://github.com/metalsmith/refs/commit/a81fb1b814f93f0b0bb9478f01237e097d8b0209)
- Throw on unresolved refs, reworks error generation, reaches 100% test coverage [`8e365fa`](https://github.com/metalsmith/refs/commit/8e365fa95252523a61b275299cde98a74df235b3)
- fix: path normalization, example correction, TS types, comments cleanup [`ad01194`](https://github.com/metalsmith/refs/commit/ad011944467bc396826417e338c92d5a7be91557)
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/refs",
"version": "0.0.0",
"version": "1.0.0",
"description": "A metalsmith plugin to refer to other files and global metadata from a file's refs property",
"keywords": [
"reference",
Expand Down

0 comments on commit 9203a88

Please sign in to comment.