Releases: re-rxjs/react-rxjs
Releases · re-rxjs/react-rxjs
v3.0.0-alpha.1
- 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
- Prevent
shareLatest
from leaking an internal TS type. - Improve Docs and JSDocs.
Re-RxJS.v0.2.0-alpha.5
- Deprecated
distinctShareReplay
in favor ofshareLatest
createObservable
andcreateFactoryObservable
do not longer accept acompare
function. Also, the "options" object has been deprecated in favor of the optional parameterunsubscribeGraceTime
Re-RxJS.v0.2.0-alpha.4
- TSDocs added to the public API
- README improvements
- More and better tests
- Patches on dev-tools
Re-RxJS.v0.2.0-alpha.3
Re-RxJS.v0.2.0-alpha.2
- 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
- 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
- Hide
useObservable
from the API - Expose BehaviorObservable
- Upgrade dependencies and applying latest security patches