Releases: devmc12/dir-tree
Releases · devmc12/dir-tree
v1.0.1
v1.0.0
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