Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@vanya2h vanya2h released this 15 Sep 10:35
· 7 commits to master since this release

BREAKING CHANGES:

react-native

  • Removed

list-react-native

  • Removed

cache:

  • KeyCache removed in favor of KeyMemo
  • Cache removed in favor of Memo
  • save util now returns promise instead of void
  • toListLoader util now has better API (no fallback required by default)
  • pendingCache replaced with CachePending
  • idleCache replaced with CacheIdle
  • createFulfilledCache replaced with CacheFulfilled
  • createRejectedCache replaced with CacheRejected
  • byKeyWithDefaultFactory util now accepts value-factory instead of value
  • toWrapped renamed to fromCache

wrapped:

  • Added OW entity that extends Observable
  • Added OWLike type
  • Removed wrap util
  • Removed toObservable util
  • Removed markWrappedObservable util
  • createFulfilledWrapped, Fulfilled replaced with WrappedFulfilled
  • createRejectedWrapped, Rejected, SimpleRejected replaced with WrappedRejected
  • Pending, pendingWrapped replaced with WrappedPending
  • fromPromise removed in favor of from

Minor:

  • Some path moves