8000 Releases · klis87/normy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: klis87/normy

@normy/vue-query v0.20.0

20 Jun 12:18
Compare
Choose a tag to compare

Added automatic calculation of rollbackData, now you do not need to pass it manually anymore.

@normy/react-query v0.20.0

20 Jun 12:18
Compare
Choose a tag to compare

Added automatic calculation of rollbackData, now you do not need to pass it manually anymore.

@normy/core v0.13.0

20 Jun 12:14
Compare
Choose a tag to compare

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

20 Jun 12:05
Compare
Choose a tag to compare

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

20 Jun 12:01
Compare
Choose a tag to compare

Refactored to use new reusable package @normy/query-core.

@normy/query-core v0.19.0

20 Jun 12:00
Compare
Choose a tag to compare

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

11 Jan 20:48
Compare
Choose a tag to compare

Updated @normy/core to 0.12.0.

@normy/rtk-query v0.2.0

11 Jan 20:49
Compare
Choose a tag to compare

Updated @normy/core to 0.12.0.

@normy/react-query v0.18.0

11 Jan 20:50
Compare
Choose a tag to compare

Updated @normy/core to 0.12.0.

@normy/core v0.12.0

11 Jan 20:46
Compare
Choose a tag to compare

Preserve query properties: dataUpdatedAt, isInvalidated, error and status when automatically updating. Thanks @johanobergman for the issue and the PR!

0