Commit 9f8de6f
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 passing1 parent e7bcb0f commit 9f8de6f
38 files changed
Lines changed: 5463 additions & 516 deletions
File tree
- apps/web
- app
- generate
- playground
- components
- lib
- examples
- next-app
- app
- hooks
- node-cli
- vite-app
- src
- packages
- cli
- src/commands
- core
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments