Cloudflare support
Better cloudflare support OOTB by optimizing problematic deps in dev mode for you
Better startup optimization
Before you could run into cases where the rdt would cause an error durring vite dev server warmup by getting errors like useContext is not undefined
, this version resolved the issue
BigInt support
Now the rdt doesn't cause issues if you're returning BigInt from the server
What's Changed
- changed workflows by @thomasfr in #191
- Update bippy by @AlemTuzlak in #195
- feat: can handle bigint data by @kesoji in #186
- Fix tests and remove logs from output by @AlemTuzlak in #196
New Contributors
Full Changelog: v1.1.4...v1.1.5