Release Log Tools v0.1.0

This commit is contained in:
2026-09-01 14:43:03 +02:00
commit 84a9978aa8
57 changed files with 10013 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Changelog
## 0.1.0 - 2026-09-01
- Added genuinely incremental `File.stream()` / `TextDecoder` scanning with progress, cancellation, line framing, and bounded memory.
- Added plain, JSONL, nginx common/combined, syslog, and logfmt parsing with auto-detection and explicit selection.
- Added extracted-field search, level/source counts, hourly correlation, malformed-line reporting, and capped previews.
- Added deterministic redaction recipes and bounded CSV, NDJSON, and text export.
- Added Toolbox shell integration, offline PWA support, security documentation, cross-browser tests, and deterministic release packaging.