Skip to content

Commit 9f8de6f

Browse files
committed
Release v0.2.0: Streaming API, Merkle trees, Service Worker, Multi-CDN
Major features: - verifyFetchStream() for constant-memory verification of large files - Merkle tree support with --merkle flag for fail-fast chunk verification - Service Worker mode (verifyfetch/worker) for zero-code integration - Multi-CDN failover with verifyFetchFromSources() Web app improvements: - Mobile responsive design - Syntax highlighting for code examples - Updated playground with honest memory usage claims - Generator updated to v2 manifest format Examples: - All examples updated with streaming and v0.2.0 features - Added useVerifiedFetch hook with fetchStream method 222 tests passing
1 parent e7bcb0f commit 9f8de6f

38 files changed

Lines changed: 5463 additions & 516 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ temp/
4343
# Lock files (use pnpm)
4444
package-lock.json
4545
yarn.lock
46-
ROADMAP.md
4746
CLAUDE.md
4847

4948
# Example build artifacts

0 commit comments

Comments
 (0)