Releases: napolab/durabcast
Releases · napolab/durabcast
v0.2.4
Patch Changes
-
890eb38: docs: Update README to use wrangler types instead of @cloudflare/workers-types
- Remove @cloudflare/workers-types from installation instructions
- Add comprehensive TypeScript setup section with wrangler types
- Include development workflow and CI/CD integration examples
- Update Basic Usage section with clear setup steps
v0.2.3
Patch Changes
-
faea9cc: Migrate to Wrangler v4 with custom worker configuration types
- Upgrade wrangler from v3.67.1 to v4.35.0 for latest Cloudflare Workers support
- Replace @cloudflare/workers-types with custom worker-configuration.d.ts for better type safety
- Add comprehensive test configuration for Cloudflare Workers testing with vitest-pool-workers
- Update Biome configuration to ignore generated type files
- Fix changeset configuration access setting to match public package publishing