Skip to content

Releases: RonasIT/rtkq-entity-api

v0.4.2

28 Oct 06:09
Compare
Choose a tag to compare

What's Changed

Minor enhancements for entity utils fixes by @ipakhomov in #18

Features

  • added ability to extend tags for apis using getEntityTags util

Fixes

  • correct entity state merging when patching array fields
  • prevent error for apps with netinfo package missing

Full Changelog: v0.4.1...v0.4.2

v0.4.1

24 Sep 12:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.1

v0.3.2

05 Sep 09:57
Compare
Choose a tag to compare

What's Changed

Features

  • Store initializer util by @VitalyMih in #14
  • Add JS Docs for BaseEntity model, createApiCreator, createEntity by @Al1erEgo in #15

Fixes

New Contributors

Full Changelog: v0.3.0...v0.3.2

v0.3.0

26 Jun 18:55
6b75580
Compare
Choose a tag to compare

Changelog

Fixes

  • make arguments of custom utils consistent;
  • fix package dependencies list;

Features

  • the useSearchInfiniteQuery endpoint for entity apis is extended with functionality from useInfiniteQuery hook;
  • add ability to pass custom tags to entity api utils;

Deprecations

  • the useInfiniteQuery and useSearchQuery hooks are deprecated;
  • deprecate handleEntityCreate and handleEntitySearch utils as redundant;
  • deprecate use of axios-observable;

Chores

  • update Readme

What's Changed

Full Changelog: v0.2.8...v0.3.0

v0.2.8

16 May 08:45
Compare
Choose a tag to compare

Patched relations transformation for search requests.

What's Changed

  • Correct relations deduplication in search requests by @ipakhomov in #9

Full Changelog: v0.2.7...v0.2.8

v0.2.7

09 May 06:13
Compare
Choose a tag to compare

Release introduces minor fixes for useInfiniteQuery and useSearchQuery hooks.

What's Changed

  • fix(hooks): queryOptions inconsistency fix by @Al1erEgo in #8

Full Changelog: v0.2.6...v0.2.7

v0.2.6

08 May 15:37
Compare
Choose a tag to compare

Release adds a fix for optimistic updates of infinite queries cache.

What's Changed

  • Temporary fix for updating entity cache of infinite queries by @ipakhomov in #7

Full Changelog: v0.2.5...v0.2.6

v0.2.5

06 May 15:19
Compare
Choose a tag to compare

Patched bug with incorrect merging of single entity request cache.

What's Changed

  • fix: prevent incorrect cache merge in single entity request by @ipakhomov in #6

Full Changelog: v0.2.4...v0.2.5

v0.2.4

22 Mar 13:08
Compare
Choose a tag to compare

This is an initial release of the package.

What's Changed

Full Changelog: https://github.com/RonasIT/rtkq-entity-api/commits/v0.2.4