You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Added a warning to the Pinia Colada integration guide, notifying users
about its unstable status and potential for breaking changes.
- **New Features**
- Enhanced key generation to include a type property, distinguishing
between 'query' and 'mutation' operations.
- **Bug Fixes**
- Improved handling and serialization of input data for key generation,
ensuring more consistent and structured output.
- **Chores**
- Updated `@pinia/colada` dependency versions to `^0.16.0` across
relevant packages.
- Adjusted type assertions and test expectations to align with updated
key structure and input handling.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This documentation assumes you are already familiar with [Pinia Colada](https://pinia-colada.esm.dev/). If you need a refresher, please review the official Pinia Colada documentation before proceeding.
12
12
:::
13
13
14
+
::: warning
15
+
[Pinia Colada](https://pinia-colada.esm.dev/) is still in an unstable stage. As a result, oRPC's integration with Pinia Colada may introduce breaking changes in the future to keep up with its ongoing development.
0 commit comments