Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Releases: rportugal/apollo-cache-redux

Freeze apollo-cache and apollo-cache-inmemory versions

15 Oct 10:32
588d167
Compare
Choose a tag to compare

One of the upstream dependencies brought a change in configuration that this package relied on (apollographql/apollo-client@8200d31#diff-f5213f6854434423f284afb3e369280f).
With this release, the apollo-cache and apollo-cache-inmemory versions have been frozen until a more permanent solution is done.

Remove self-managed store

27 Feb 07:05
3264c50
Compare
Choose a tag to compare
Remove self managed store (#18)

Redux store must now be created externally and passed to the constructor.

Remove overwrite on constructor

26 Feb 17:24
f0e7230
Compare
Choose a tag to compare
Pre-release
Remove overwrite on constructor (#17)

Remove initial data from ReduxNormalizedCache and factory.

0.1.0-alpha.7: Reduce number of write actions (#11)

09 Dec 22:41
f46f627
Compare
Choose a tag to compare
* one arg with all options

* improve readme; bump version

* version bump

0.1.0-alpha.6: All options in one arg (#10)

09 Dec 20:26
846aa6e
Compare
Choose a tag to compare
* one arg with all options

* improve readme; bump version

0.1.0-alpha.5: Fix args to the cache; Improve readme (#9)

09 Dec 19:22
f9414f8
Compare
Choose a tag to compare
* pass store and reduxRootSelector; improve readme

* pass options to ReduxNormalizedCache; add ReduxNormalizedCache tests

* document 1st arg

* improve readme

* bump

0.1.0-alpha.4: Redux normalized cache (#8)

09 Dec 17:07
dfadf01
Compare
Choose a tag to compare
* rewrite Redux stuff as a NormalizedCache

* fix constructor

* use latest apollo-cache-inmemory

* clean up

* bump

* update package-lock

* bump