版本发布 8
### Patch Changes - 0227e26: Add clone() before consuming the request
### Patch Changes - 0264368: Fix dependency array for callbacks
### Minor Changes - fff91bd: 042238d - Add skipInputParsing option to skip parsing the input data and receive a raw payload
### Patch Changes - 6b422db: Added ability to pass a key factory for mutation keys - Updated dependencies [754e219] - zsa@0.5.1
### Patch Changes - 754e219: Coerce booleans in form data
### Patch Changes - 7607390: Added bind option for formData actions
### Patch Changes - 8da516d: Added `persistDataWhilePending` and `persistErrorWhilePending` options to `useServerAction` hook.
### Minor Changes - 0ed5c1b: - Restructured dependencies to improve compatibility and version management - Moved several dependencies to peerDependencies: - `zod` - `react` (for React-based packages) - `@tanstack/react-query` (for zsa-react-query) - `openapi-types` (for zsa-openapi) - Moved `typescript` from dependencies to devDependencies - Retained `zsa` as a direct dependency where applicable - Added former dependencies to devDependencies for development and testing purposes - Projects using this package now need to explicitly install peer dependencies - Minimum required versions for peer dependencies: - zod: ^3.23.5 - react: ^18.0.0 || ^19.0.0 (for React-based packages) - @tanstack/react-query: ^5.0.0 (for zsa-react-query) - openapi-types: ^12.1.3 (for zsa-openapi) - This change allows for more flexibility in version management and reduces potential conflicts with other packages in your project - Please ensure you have the required peer dependencies installed in your project after updating - If you encounter any issues after updating, please check that all peer dependencies are correctly installed and version-compatible with your project ### Patch Changes - Updated dependencies [0ed5c1b] - zsa@0.5.0