🚀 Features/Improvements
blitz
- 74a14b7: When db.$reset() rejects, reject with an Error object
- 6ece096: Decoupled Blitz RPC from Blitz Auth to allow independent use.
- a059627: Fix blitz install for recipes that use the path helper to check if ./src/pages directory is available, otherwise use ./pages
@blitzjs/auth
- 6ece096: Decoupled Blitz RPC from Blitz Auth to allow independent use.
- 03bad31: fix Cannot read properties of null (reading 'isReady') for pnpm/yarn v3
@blitzjs/next
- 6ece096: Decoupled Blitz RPC from Blitz Auth to allow independent use.
- 03bad31: fix Cannot read properties of null (reading 'isReady') for pnpm/yarn v3
@blitzjs/rpc
- 6ece096: Decoupled Blitz RPC from Blitz Auth to allow independent use.
- 03bad31: fix Cannot read properties of null (reading 'isReady') for pnpm/yarn v3
- 8c247e2: Switch from jest to vitest in new app templates
- 650a157: fix: allow
GET
requests withoutparams
andmeta
keys
🐞 Patches
@blitzjs/generator
- 8c247e2: Switch from jest to vitest in new app templates