Releases: klis87/normy
Releases · klis87/normy
@normy/core v0.4.0
- rewritten to TypeScript - previously the library was written in JavaScript with just TypeScript types, now it is 100% Typescript with autogenerated types
- added tests to achieve 100% coverage
- removed
shouldObjectBeNormalized
, havinggetNormalisationObjectKey
is enough, ifgetNormalisationObjectKey
returnsundefined
it just means that an object should not be normalized
@normy/react-query v0.3.0
- added possibility to disable normalization per query and mutation
- added support for optimistic updates
- updated to use @normy/core v0.3.0 internally
@normy/core v0.3.0
API change - all methods to update normalized state were renamed.
@normy/react-query v0.2.0
Added onQueryRemoval
call on queries garbage collection.
@normy/core v0.2.0
Added onQueryRemoval
method to allow clearing unused queries.
@normy/react-query v0.1.0
Initial release
@normy/core v0.1.0
Initial release