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

Releases: PerchSecurity/perch-data

0.15.1

30 Apr 21:37
0df2041
Compare
Choose a tag to compare
  • Add a guard against undefined data updates
  • Ensure refetch never hits the cache

0.15.0

27 Mar 15:06
f3c846c
Compare
Choose a tag to compare
  • 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

23 Mar 13:24
8082243
Compare
Choose a tag to compare
  • Allow null maxAge to never expire a key

0.13.2

23 Mar 12:28
Compare
Choose a tag to compare
  • Convert number responses to objects with value property

0.13.1

22 Mar 20:39
Compare
Choose a tag to compare
  • Convert string responses to objects with value property

0.13.0

07 Mar 20:33
f848211
Compare
Choose a tag to compare
  • Convert array responses into objects with results arrays

0.12.0

05 Mar 17:18
6fbd3d9
Compare
Choose a tag to compare
  • 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

27 Feb 15:40
8b1632e
Compare
Choose a tag to compare
  • Add axiosStore from usePF/axios-store-plugin

0.10.0

26 Feb 22:19
3094433
Compare
Choose a tag to compare
  • Rename perch-data
  • Remove default export, withData is now a named export

0.9.2

25 Jan 22:34
5f0abc1
Compare
Choose a tag to compare
  • Fix cache.clear() to return a promise
  • Return undefined when the cache has no results for a given key