Releases: PerchSecurity/perch-data
Releases · PerchSecurity/perch-data
0.15.1
- Add a guard against undefined data updates
- Ensure refetch never hits the cache
0.15.0
- Add
cache.initializeStore()
to handle default store values
- Add
initialValues
prop to StoreProvider
to leverage cache.initializeStore()
- Remove the
defaultValue
argument from cache.get()
- Convert Boolean responses to objects with
value
property
- Update docs and add cache docs
- Update dependencies
0.14.0
- Allow
null
maxAge to never expire a key
0.13.2
- Convert number responses to objects with value property
0.13.1
- Convert string responses to objects with value property
0.13.0
- Convert array responses into objects with results arrays
0.12.0
- Add Data component
- Add StoreProvider for a centralized, observable application store
- Fix and upgrade ESLint
- Update docs
- Refactor placeholder from
{ loading: true }
to null
- Refactor deps to use modular lodash
- Refactor cache promise signature
0.11.0
- Add axiosStore from usePF/axios-store-plugin
0.10.0
- Rename
perch-data
- Remove default export,
withData
is now a named export
0.9.2
- Fix
cache.clear()
to return a promise
- Return
undefined
when the cache has no results for a given key