Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.94 KB

Changelog

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

Generated by auto-changelog.

  • Remove unnecessary debug dependency c5286a3
  • Fixes id lookups not matching outside of pattern option 1a0fb52
  • Log warning & prevent crashing when refs.<item> is not or no longer a string 6675423
  • Correct license declaration in package.json 29ad9e7

1.0.0

21 February 2024

  • Initial commit 705ae70
  • Refs initial repo setup & implementation 6541744
  • Swap Object.defineProperty for Proxy refs implementation b851979
  • feat: avoid circular refs by omitting the "refs" property of files when accessed from another file's refs. 1ea336d
  • test: refactor fixture fn a81fb1b
  • Throw on unresolved refs, reworks error generation, reaches 100% test coverage 8e365fa
  • fix: path normalization, example correction, TS types, comments cleanup ad01194