Releases: Wappsto/wappsto-blanket
Releases · Wappsto/wappsto-blanket
v0.0.12
- fixed import path
v0.0.11
- fixed updateStream caching same urls
v0.0.10
- improved useSubscribe
v0.0.9
- fixed useIds not refreshing
v0.0.8
- fixed subscribe to empty array
v0.0.7
- added useSubscribe for dynamic stream subscriptions
- added useRefresh to re-render components
- added useRefreshTimestamp to re-render component if the timestamp is less than 1h old from now
- changed stream subscription from full true to false
- added hooks/index.js that exports all hooks for combined imports
- export setStatus function in useIds for manual control
v0.0.6
- fixed useIds not updating items
v0.0.5
- set maximum limit to 100 in useList hook
v0.0.4
- added useList addItem
- load items from cache first in useIds
- added send function to useRequest to dispatch requests
v0.0.3
- fixed useIds not refreshing when ids changes