Skip to content

Releases: klis87/normy

@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!

@normy/swr v0.1.5

30 Nov 21:21
Compare
Choose a tag to compare

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

30 Nov 21:20
Compare
Choose a tag to compare

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

30 Nov 21:19
Compare
Choose a tag to compare

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

30 Nov 21:18
Compare
Choose a tag to compare

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

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!