Releases: PerchSecurity/perch-data
Releases · PerchSecurity/perch-data
1.2.0
11 Mar 21:54
Compare
Sorry, something went wrong.
No results found
Upgrade to the new Context API
1.1.0
03 Jul 15:03
Compare
Sorry, something went wrong.
No results found
Updated Action to set loading state to true when the action is triggered
1.0.0
24 May 16:55
Compare
Sorry, something went wrong.
No results found
Migrate docs to /docs folder
Fix lint issues
Remove logs
Remove /lib folder and replace with npm prepare script
0.19.1
16 May 16:40
Compare
Sorry, something went wrong.
No results found
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
16 May 14:34
Compare
Sorry, something went wrong.
No results found
Switch to an in-memory store (from localstorage)
0.18.0
16 May 00:16
Compare
Sorry, something went wrong.
No results found
Rename data => action for refetchActions
0.17.1
11 May 17:27
Compare
Sorry, something went wrong.
No results found
Fix for initialization syntax
0.17.0
11 May 15:54
Compare
Sorry, something went wrong.
No results found
Add garbage collection to StoreProvider and cache.js
0.16.1
08 May 19:10
Compare
Sorry, something went wrong.
No results found
Ignore falsy / duplicate values for Data's onNext event
Only keep existing cache key maxAge if valid and larger than specified
0.16.0
07 May 22:52
Compare
Sorry, something went wrong.
No results found
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 maxAges when setting the cache
Refactor axiosStore.js to accept a store or default to a new instance of cache.js