Releases: klis87/normy
@normy/swr v0.1.5
Fixed one case, where a query could be missed to be updated properly, when updated data contained an array with smaller number of items. Thanks @johanobergman for finding this bug and for the fix!
@normy/rtk-query v0.1.6
Fixed one case, where a query could be missed to be updated properly, when updated data contained an array with smaller number of items. Thanks @johanobergman for finding this bug and for the fix!
@normy/react-query v0.17.1
Fixed one case, where a query could be missed to be updated properly, when updated data contained an array with smaller number of items. Thanks @johanobergman for finding this bug and for the fix!
@normy/core v0.11.1
Fixed one case, where a query could be missed to be updated properly, when updated data contained an array with smaller number of items. Thanks @johanobergman for finding this bug and for the fix!
@normy/react-query v0.17.0
Added normalization support for queries with initialData
and defined staleTime
. Before, data defined as initialData
was not normalized, so data for such query could be not updated properly. Thank you @johanobergman for the PR!
@normy/react-query v0.16.0
Upgraded @normy/core and added getDependentQueries
and getDependentQueriesByIds
methods.
See https://github.com/klis87/normy/tree/master/packages/normy-react-query#getDependentQueries-and-getDependentQueriesByIds-arrow_up for more information what it does and when to use it.
Thanks @CptJJ for the idea and PR!
@normy/core v0.11.0
Added getDependentQueries
and getDependentQueriesByIds
methods. Thanks @CptJJ for the idea and PR!
@normy/react-query v0.15.0
Added type safety for meta.normalize
attribute in useQuery
. Big thanks to @ndoherty-xyz for the PR!
@normy/core v0.10.1
Updated deep merging library dependency. Thanks @haddowg for the contribution!
@normy/swr v0.1.2
Update to newest @normy/core
to get new structuralSharing
feature.