@pinia/colada
Advanced tools
Changelog
0.7.0 (2024-07-26)
UseEntryKey
to EntryKey
QueryPlugin
in favor of PiniaColada
(bde53d9)Changelog
0.6.0 (2024-04-02)
UseQueryStatus
to QueryStatus
mutate
no longer returns a promise and catches errors
to be safely used in templates. The old behavior remains the same with
mutateAsync
mutation
option in useMutation()
now only
accepts one argument for the variables. This allows to add extra
parameters in the future like a signal, an extra context, etc