BREAKING CHANGES:
react-native
- Removed
list-react-native
- Removed
cache
:
KeyCache
removed in favor ofKeyMemo
Cache
removed in favor ofMemo
save
util now returns promise instead of voidtoListLoader
util now has better API (no fallback required by default)pendingCache
replaced withCachePending
idleCache
replaced withCacheIdle
createFulfilledCache
replaced withCacheFulfilled
createRejectedCache
replaced withCacheRejected
byKeyWithDefaultFactory
util now accepts value-factory instead of valuetoWrapped
renamed tofromCache
wrapped
:
- Added
OW
entity that extendsObservable
- Added
OWLike
type - Removed
wrap
util - Removed
toObservable
util - Removed
markWrappedObservable
util createFulfilledWrapped
,Fulfilled
replaced withWrappedFulfilled
createRejectedWrapped
,Rejected
,SimpleRejected
replaced withWrappedRejected
Pending
,pendingWrapped
replaced withWrappedPending
fromPromise
removed in favor offrom
Minor:
- Some path moves