RxJs v6.2.1 Release Notes
Release Date: 2018-06-12 // about 7 years ago-
๐ Bug Fixes
- ci: do not trigger postbuild script on PR (f82c085)
- delayWhen: Emit source value if duration selector completes synchronously (#3664) (2c43af7), closes #3663
- ๐ docs: fix broken github links (#3802) (9f9bf9b)
- ๐ docs: fix code examples (#3784) (a95441b)
- from: Objects implementing Symbol.observable take precedence over other types (80ceea0)
- fromEvent: Support React Native and node-compatible event sources. (#3821) (1969f18)
- Observable.prototype.pipe: TS typings now more correct for >8 parameters (#3789) (ad010ea)
- subscribe: ignore syncError when deprecated (#3749) (f94560c)
- Symbol.observable: make observable declaration readonly (#3697) (#3773) (e1c203f)
- TypeScript: resolved typings issue for TS 3.0 (bf2cdeb)
- typings: allow bufferCreationInterval null for bufferTime (#3734) (0bda9cd), closes #3728
๐ Performance Improvements