Skip to content

Releases: devmc12/dir-tree

v1.0.1

15 Jun 15:07

Choose a tag to compare

chore: add release workflow

v1.0.0

15 Jun 14:43

Choose a tag to compare

feat: refactor dir-tree headless core

  • Many sources — read local directories, ZIP archives, GitHub/GitLab repositories, imported text, or in-memory trees through a shared adapter interface
  • Configurable ASCII rendering — connector styles, indentation, line numbers, full paths, and file size / modified-time metadata
  • Pure tree editing — create, rename, move, delete, focus, visibility, and expansion helpers that return new trees instead of mutating your state
  • Import and export — parse JSON, XML, HTML, Markdown, or ASCII tree text, and export back to JSON or ASCII
  • Annotations — provider-agnostic request, diff, and patch helpers for per-node comments; bring your own AI or manual workflow
  • Isomorphic and modular — tree-shakeable subpath exports, ships ESM, CommonJS, and type declarations, runs in Node.js and the browser