Commit graph

7 commits

Author SHA1 Message Date
2c1b42c1ac Merge origin/main into branch 2025-11-12 22:41:32 -05:00
43d4ea78b3 Support fetch-style init for body helpers 2025-11-12 22:35:13 -05:00
a0ea156a5b fixed codex cloud merge conflicts 2025-11-12 22:19:40 -05:00
47c17ef7cb Add CLI and wire types into HTTP helpers 2025-11-12 21:56:37 -05:00
e771905024 feat: add presets, resources, and type snapshots 2025-11-12 21:29:44 -05:00
88e06d820a fixed package again for new npm org and updated readme links 2025-07-20 12:55:21 -04:00
b85b9a63e2 Initial commit: TypedFetch - Zero-dependency, type-safe HTTP client
Features:
- Zero configuration, just works out of the box
- Runtime type inference and validation
- Built-in caching with W-TinyLFU algorithm
- Automatic retries with exponential backoff
- Circuit breaker for resilience
- Request deduplication
- Offline support with queue
- OpenAPI schema discovery
- Full TypeScript support with type descriptors
- Modular architecture
- Configurable for advanced use cases

Built with bun, ready for npm publishing
2025-07-20 12:35:43 -04:00