Releases: klis87/normy
@normy/vue-query v0.20.0
Added automatic calculation of rollbackData
, now you do not need to pass it manually anymore.
@normy/react-query v0.20.0
Added automatic calculation of rollbackData
, now you do not need to pass it manually anymore.
@normy/core v0.13.0
Added getCurrentData
and log
methods. getCurrentData
can be used to calculate current data based on a data. It uses getFragment
method under the hood. Useful for instance to calculate automatic data to revert for optimistic updates.
@normy/vue-query v0.19.0
The first release of newly created package, plugin for @tanstack/vue-query
. Despite the fact it is new, it should be already production ready, because it is based mostly on the code from battle-tested @normy/react-query
. This was achieved by moving the common code to @normy/query-core
package.Big thanks to @jjsessa for making initial PR with most of the implementation done!
@normy/react-query v0.19.0
Refactored to use new reusable package @normy/query-core
.
@normy/query-core v0.19.0
Abstracted common patterns from @normy/react-query
, so will be easy from now to add more addons, like already created @normy/vue-query
@normy/swr v0.2.0
Updated @normy/core
to 0.12.0
.
@normy/rtk-query v0.2.0
Updated @normy/core
to 0.12.0
.
@normy/react-query v0.18.0
Updated @normy/core
to 0.12.0
.
@normy/core v0.12.0
Preserve query properties: dataUpdatedAt
, isInvalidated
, error
and status
when automatically updating. Thanks @johanobergman for the issue and the PR!