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

Tags: rportugal/apollo-cache-redux

Tags

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
freeze apollo-cache/apollo-cache-inmemory versions (#31)

Freeze apollo-cache/apollo-cache-inmemory versions and update lodash/jest

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove self managed store (#18)

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

0.1.0-alpha.8

Toggle 0.1.0-alpha.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove overwrite on constructor (#17)

Remove initial data from ReduxNormalizedCache and factory.

0.1.0-alpha.7

Toggle 0.1.0-alpha.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reduce number of write actions (#11)

* one arg with all options

* improve readme; bump version

* version bump

0.1.0-alpha.6

Toggle 0.1.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
All options in one arg (#10)

* one arg with all options

* improve readme; bump version

0.1.0-alpha.5

Toggle 0.1.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix args to the cache; Improve readme (#9)

* pass store and reduxRootSelector; improve readme

* pass options to ReduxNormalizedCache; add ReduxNormalizedCache tests

* document 1st arg

* improve readme

* bump

0.1.0-alpha.4

Toggle 0.1.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Redux normalized cache (#8)

* rewrite Redux stuff as a NormalizedCache

* fix constructor

* use latest apollo-cache-inmemory

* clean up

* bump

* update package-lock

* bump