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

This commit is contained in:
2026-09-02 12:50:51 +02:00
parent e773a2ffe8
commit a8eb8e53b3
36 changed files with 2168 additions and 235 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## 0.2.0 - 2026-09-02
- Adopted `@add-ideas/toolbox-helpers` 0.2.0 for deterministic byte-size
display, safe downloads and the cancellable worker-job/progress/deadline
protocol.
- Kept domain-specific structured-data parsing and diagnostics inside Data
Tools while removing its duplicate worker lifecycle implementation.
- Added explicit modular import/export adapter registries for every supported
structured-data format.
- Added bounded sample-based JSON Schema inference with field presence,
nullability and exact numeric-representation evidence.
- Added immutable RFC 6901 structural edits with a reviewed source-format
preview and mandatory acknowledgement of known serialization loss.
## 0.1.0 - 2026-09-01
- Added exact-number JSON, YAML 1.2, TOML, hardened XML, CSV, TSV and NDJSON parsing.