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
[patch] exported Payload field (#11)
[-] if Payload's fields are not exported, then implementing an external store would be impossible
as it cannot be serialized/deserialized with unexported fields.
[patch] added methods to Payload to make the underlying values availa…
…ble in custom store implementation (#10)
[-] defining extendable types in a single place with comments
[patch] export updater & store types
[patch] delete update inprogress key even if update fails
[patch] assign the err watcher from config to cache
[patch] added tests to cover more scenarios, debounce, err watcher
[patch] delete update inprogress key even if update fails
[patch] assign the err watcher from config to cache
[patch] added tests to cover more scenarios, debounce, err watcher
[-] updated README