Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Releases: teamleadercrm/react-hooks-api

[0.1.0-rc14] - 28-04-2020

28 Apr 15:11
Compare
Choose a tag to compare
Pre-release

✨ Added

  • Fetch policy: cache-first, cache-and-network and network-only (ArnaudWeyts in #317)

[0.1.0-rc13] - 2020-04-23

23 Apr 08:57
Compare
Choose a tag to compare
Pre-release

🐛 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

04 Mar 12:46
Compare
Choose a tag to compare
Pre-release

🐛 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

29 Jan 14:02
Compare
Choose a tag to compare
Pre-release

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

29 Jan 13:47
Compare
Choose a tag to compare
Pre-release

🐛 Fixed

[0.1.0-rc9] - 2020-01-28

28 Jan 09:44
Compare
Choose a tag to compare
Pre-release

🐛 Fixed

  • Fix error when trying to merge array references that can be null (ArnaudWeyts in #204)

[0.1.0-rc8] - 2020-01-23

23 Jan 13:10
Compare
Choose a tag to compare
Pre-release

🐛 Fixed

  • Fix error when trying to merge entity types that were not present in the store (ArnaudWeyts in #196)

♻️ Changed

[0.1.0-rc7] - 2020-01-13

13 Jan 13:02
Compare
Choose a tag to compare
Pre-release

[0.1.0-rc6] - 2020-01-09

13 Jan 13:03
Compare
Choose a tag to compare
Pre-release

[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

[0.1.0-rc4] - 2020-01-07

07 Jan 15:50
Compare
Choose a tag to compare
Pre-release

✨Added

  • Implement global queries object #178

-- BEGIN CHANGELOG MISSING [0.1.0-rc3] tag --

[0.1.0-rc3] - 2019-12-02

🐛 Fixed

  • Fixed a bug where we were trying to select ids of a query before it has finished loading #153