Skip to content

Commit 9203a88

Browse files
committed
Release 1.0.0
1 parent d32d3d8 commit 9203a88

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### 1.0.0
8+
9+
- Initial commit [`705ae70`](https://github.com/metalsmith/refs/commit/705ae7043532dbac1b87737f59cb5f2f5a5ef600)
10+
- Refs initial repo setup & implementation [`6541744`](https://github.com/metalsmith/refs/commit/6541744e83588fce06327dea49eab7c1bfbe64e6)
11+
- Swap Object.defineProperty for Proxy refs implementation [`b851979`](https://github.com/metalsmith/refs/commit/b85197995c9d9d3acddc0a48b2126d3b59877e9d)
12+
- 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)
13+
- test: refactor fixture fn [`a81fb1b`](https://github.com/metalsmith/refs/commit/a81fb1b814f93f0b0bb9478f01237e097d8b0209)
14+
- Throw on unresolved refs, reworks error generation, reaches 100% test coverage [`8e365fa`](https://github.com/metalsmith/refs/commit/8e365fa95252523a61b275299cde98a74df235b3)
15+
- fix: path normalization, example correction, TS types, comments cleanup [`ad01194`](https://github.com/metalsmith/refs/commit/ad011944467bc396826417e338c92d5a7be91557)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/refs",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A metalsmith plugin to refer to other files and global metadata from a file's refs property",
55
"keywords": [
66
"reference",

0 commit comments

Comments
 (0)