1.0.0-alpha.12 (2020-03-18)
Bug Fixes
- react-kit: subscribe immediately in useObservable, allow functions (8cab173)
- rx-utils: use switchMap instead of mergeMap in observable.chain (ee26a76)
Features
- react-kit: add use-subscription hook (220e112)
- rx-utils: add Filterable instance to LiveData (918be8a)
- rx-utils, react-kit: update rxjs, add observable.hold (2cd0b91)
BREAKING CHANGES
- rx-utils, react-kit: shareReplay(1) is now replaced with hold which unsubscribes from source
- rx-utils: observable.chain now uses switchMap