Skip to content

Releases: rarible/rixio

v0.14.0

15 Sep 10:35
Compare
Choose a tag to compare

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

v0.13.0

15 Sep 09:46
Compare
Choose a tag to compare

Features:

  • Added toListLoader utility

Chore:

  • toListDataLoader marked as deprecated in favor of toListLoader

v0.12.0

31 Jan 08:45
Compare
Choose a tag to compare

@rixio/wrapped

Features:

  • Added filter, from, defer, switchMap operators

Fixes:

  • Fixed combineLatest operator, now it works with empty arrays