Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.35 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

0.1.62 (2023-11-09)

♻️ Refactoring

  • update all tests (packages T-Z) (020ef6c)

0.1.1 (2022-09-22)

🩹 Bug fixes

  • in-memory rel path handling (d184eb2)
    • update test fixtures

0.1.0 (2022-09-21)

🚀 Features

  • import as new package (99e789e)
  • update/fix tangle logic, filesys context, CLI (85a3968)
    • add block concatenation if multiple blocks w/ same target
    • fix block boundary regex
    • add absolute path checks for outputs
    • refactor TangleCtx, extract FileSys, update in-memory impl
    • expose CLI in package.json