This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
Releases: teamleadercrm/react-hooks-api
Releases · teamleadercrm/react-hooks-api
[0.1.0-rc14] - 28-04-2020
✨ Added
- Fetch policy: cache-first, cache-and-network and network-only (ArnaudWeyts in #317)
[0.1.0-rc13] - 2020-04-23
🐛 Fixed
- Fixed an issue with the global queries object which caused a memory leak that would duplicate network requests (ArnaudWeyts in #314)
[0.1.0-rc12] - 04-03-2020
🐛 Fixed
- Fix a bug when automatically merging side-loaded entities causing problems with unconventional paths (ArnaudWeyts in #245)
[0.1.0-rc11] - 2020-01-29
This version is a republish of a version 0.1.0-rc10 because the wrong version was published under that tag.
[0.1.0-rc10] - 2020-01-29
🐛 Fixed
- Fix error when resolving primitive values (ArnaudWeyts in #207)
[0.1.0-rc9] - 2020-01-28
🐛 Fixed
- Fix error when trying to merge array references that can be
null
(ArnaudWeyts in #204)
[0.1.0-rc8] - 2020-01-23
🐛 Fixed
- Fix error when trying to merge entity types that were not present in the store (ArnaudWeyts in #196)
♻️ Changed
- [INTERNAL] Replace deprecated tslint with eslint (ArnaudWeyts in #194)
[0.1.0-rc7] - 2020-01-13
- Support
fetchAll
option from@teamleader/api
(ArnaudWeyts in #183)
[0.1.0-rc6] - 2020-01-09
[0.1.0-rc6] - 2020-01-09
🐛 Fixed
- 🐛 Fix fetch call being overwritten when 2 identical queries get registered #180
[0.1.0-rc5] - 2020-01-07
🐛 Fixed
- Typing for the exported queries object