Releases: RonasIT/rtkq-entity-api
Releases · RonasIT/rtkq-entity-api
v0.4.2
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
What's Changed
- Added
setupRefetchListeners
utility by @ekazankova in #17
Full Changelog: v0.3.2...v0.4.1
v0.3.2
What's Changed
Features
- Store initializer util by @VitalyMih in #14
- Add JS Docs for BaseEntity model, createApiCreator, createEntity by @Al1erEgo in #15
Fixes
- Temporary lock redux toolkit version by @ipakhomov in #16
New Contributors
- @VitalyMih made their first contribution in #14
Full Changelog: v0.3.0...v0.3.2
v0.3.0
Changelog
Fixes
- make arguments of custom utils consistent;
- fix package dependencies list;
Features
- the
useSearchInfiniteQuery
endpoint for entity apis is extended with functionality fromuseInfiniteQuery
hook; - add ability to pass custom tags to entity api utils;
Deprecations
- the
useInfiniteQuery
anduseSearchQuery
hooks are deprecated; - deprecate
handleEntityCreate
andhandleEntitySearch
utils as redundant; - deprecate use of
axios-observable
;
Chores
- update Readme
What's Changed
- Reorganized custom hooks by @ipakhomov in #10
- Updated custom utils for entity api by @ipakhomov in #11
- Extended readme by @ipakhomov in #12
Full Changelog: v0.2.8...v0.3.0
v0.2.8
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
v0.2.6
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
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
This is an initial release of the package.
What's Changed
- Extend package and prepare to publish by @ipakhomov in #1
- Add ESM and CJS package version by @ipakhomov in #2
- Dist fixes and minor enhancements by @ipakhomov in #3
- Hooks query options fixes by @Al1erEgo in #5
Full Changelog: https://github.com/RonasIT/rtkq-entity-api/commits/v0.2.4