You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug where scoped overrides not used when calling refresh if cache…
… is missing (#186)
* Refresh now uses a store with the current scope if cache is missing
* Fix compilation in Swift 5
Bug fix: Atom effect receives context with unintended scope (#179)
* Add test case
* Call atom effect with the scope at which they were initialized
* Write more tests
* Switch context when mutating operation
* Refactoring
* Disable test case for Swift 5 compiler
Refactoring: Manage subscribed atom keys in a graph instance (#177)
* Manage subscribed atom keys in a graph instance
* Typo
* Fix for compilation failure with Swift 5