This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Releases: ishowta/firestore-graph-hooks
Releases · ishowta/firestore-graph-hooks
v1.0.0-alpha.5
1.0.0-alpha.5 (2022-07-02)
Bug Fixes
- fix loading state (72bcb62)
- fix type refactoring regression (16584ec)
- fix typing for nullable query ref arg (338a35a)
- implove typing and fix fetching not exist documents (9e14b42)
- remove unsubscribed queries to fix update call prevented (fae023e)
Features
- export types (697a884)
Performance Improvements
- memorize query (1442936)
v1.0.0-alpha.4
v1.0.0-alpha.3
1.0.0-alpha.3 (2022-02-15)
Bug Fixes
- add modify extension check (413bcc6)
- fix ambiguous query between query factory bug (29b3948)
- fix loading (765ac26)
- in to include (d2d4f7e)
- merge snapshot data (e7e009f)
- only check ref key update (333bd97)
- prevent side effect on useMemo by dry run parameter (797fd7d)
- prevent unsubscribe when data not exist (bc6fedd)