Releases: PerchSecurity/perch-data
Releases · PerchSecurity/perch-data
1.2.0
- Upgrade to the new Context API
1.1.0
- Updated Action to set loading state to true when the action is triggered
1.0.0
- Migrate docs to
/docs
folder
- Fix lint issues
- Remove logs
- Remove
/lib
folder and replace with npm prepare script
0.19.1
- Fixes an issue where repeat calls to a single data component could cause out of order renders
- Adds logging in dev ( TODO: replace with cross-repo logging solution )
- Changes lint rule for if / else blocks
0.19.0
- Switch to an in-memory store (from localstorage)
0.18.0
- Rename
data
=> action
for refetchActions
0.17.1
- Fix for initialization syntax
0.17.0
- Add garbage collection to StoreProvider and cache.js
0.16.1
- Ignore falsy / duplicate values for Data's onNext event
- Only keep existing cache key maxAge if valid and larger than specified
0.16.0
- Add Action component
- Add
api
prop to StoreProvider, which makes API available via context
- Add context to actions called by Data
- Add
remove
method to cache.js
- Add logic to respect existing
maxAge
s when setting the cache
- Refactor axiosStore.js to accept a store or default to a new instance of cache.js