Skip to content

Releases: klis87/normy

@normy/react-query v0.17.0

11 Nov 22:00
Compare
Choose a tag to compare

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

09 Nov 22:45
Compare
Choose a tag to compare

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

09 Nov 22:44
Compare
Choose a tag to compare

Added getDependentQueries and getDependentQueriesByIds methods. Thanks @CptJJ for the idea and PR!

@normy/react-query v0.15.0

22 Sep 21:55
Compare
Choose a tag to compare

Added type safety for meta.normalize attribute in useQuery. Big thanks to @ndoherty-xyz for the PR!

@normy/core v0.10.1

16 Jul 06:56
Compare
Choose a tag to compare

Updated deep merging library dependency. Thanks @haddowg for the contribution!

@normy/swr v0.1.2

13 Feb 23:04
Compare
Choose a tag to compare

Update to newest @normy/core to get new structuralSharing feature.

@normy/rtk-query v0.1.3

13 Feb 23:05
Compare
Choose a tag to compare

Updated core to the newest version.

@normy/react-query v0.14.2

13 Feb 23:03
Compare
Choose a tag to compare

Update to newest @normy/core to get new structuralSharing feature.

@normy/core v0.10.0

13 Feb 22:14
Compare
Choose a tag to compare

Added structuralSharing option, which is true by default. It is a big performance improvenent for libraries which use structural sharing - preserving data reference for the same structure. For such cases, normy will not normalize data, as it would not update normalized store anyway.

@normy/rtk-query v0.1.0

12 Jan 22:45
Compare
Choose a tag to compare

This is the first release of the new rtk-query integration. Please check its documentation.