Skip to content

Releases: re-rxjs/react-rxjs

v3.0.0-alpha.1

30 Jun 20:30
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
  • Moving the package from Re-RxJS to React-RxJS 🎉
  • This release is exactly like Re-RxJS v0.2.0-alpha.6 but with the README and package.json files updated... Functionality-wise, it's the same.

Re-RxJS.v0.2.0-alpha.6

29 Jun 01:09
Compare
Choose a tag to compare
Pre-release
  • Prevent shareLatest from leaking an internal TS type.
  • Improve Docs and JSDocs.

Re-RxJS.v0.2.0-alpha.5

28 Jun 19:41
Compare
Choose a tag to compare
Pre-release
  • Deprecated distinctShareReplay in favor of shareLatest
  • createObservable and createFactoryObservable do not longer accept a compare function. Also, the "options" object has been deprecated in favor of the optional parameter unsubscribeGraceTime

Re-RxJS.v0.2.0-alpha.4

27 Jun 23:57
Compare
Choose a tag to compare
Pre-release
  • TSDocs added to the public API
  • README improvements
  • More and better tests
  • Patches on dev-tools

Re-RxJS.v0.2.0-alpha.3

23 Jun 12:08
Compare
Choose a tag to compare
Pre-release

I'm hoping that this is the last pre-release before v0.2.0 is finally released.

Changes included in this release:

  • Fix default compare function #18
  • Improve createInput types and behavior #23
  • distinctShareReplay: bug-fixes and types improved. #24 #26
  • Different docs improvements and better tests.

Re-RxJS.v0.2.0-alpha.2

16 Jun 23:43
Compare
Choose a tag to compare
Pre-release
  • Small improvements into the tests (they are still far from being decent, though)
  • Remove unstable_batchedUpdates
  • Remove unnecessary argument from the internal useObservable

Re-RxJS.v0.2.0-alpha.1

16 Jun 00:06
Compare
Choose a tag to compare
Pre-release
  • Fix typings of switchMapSuspended
  • Allowing error-boundary components to catch errors from subscriptions
  • Prevent surfacing errors happening in components to be unmounted

Re-RxJS.v0.2.0-alpha.0

15 Jun 00:53
Compare
Choose a tag to compare
Pre-release
  • Hide useObservable from the API
  • Expose BehaviorObservable
  • Upgrade dependencies and applying latest security patches