Release Diff Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 04:43:16 +02:00
parent a1380cfba2
commit 46fc10f745
37 changed files with 2722 additions and 455 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## 0.2.0 - 2026-09-02
- Adopted `@add-ideas/toolbox-helpers` 0.2.0 for deterministic byte-size
display, safe Blob downloads and the shared worker-job protocol.
- Added a 15-second hard disposable-worker deadline with a distinct structured
diagnostic while retaining the algorithm-level two-second diff budget.
- Added bounded local directory manifests with collision-safe relative paths,
two-file SHA-256 concurrency, progress, cancellation and portable comparison.
- Added bounded line-oriented three-way merge with non-overlap combination,
explicit ours/base/theirs conflicts and a machine-readable merge report.
- Retained loss-aware semantic JSON, CSV/TSV and hardened XML comparisons beside
the new directory and merge workspaces.
## 0.1.0 - 2026-09-01
- Added line, word, code-point and grapheme text comparison with exact newline state and unified patch export.