RxJs v6.3.3 Release Notes
Release Date: 2018-09-25 // almost 7 years ago-
🐛 Bug Fixes
- pipe: align static pipe to Observable pipe rest parameters overl… (#4112) (8c607e9), closes #4109 #4109
- RxJS: each instance of RxJS now has a unique Subscriber symbol (0972c56)
- subscribe: report errors that occur in subscribe after the initial error (#4089) (9b4b2bc), closes #3803
- Subscriber: Can no longer subscribe to itself in a circular manner (#4106) (e623ec6), closes #4095
- Subscriber: use only local Subscriber instances (50ee0a7)
- TypeScript: ensure RxJS builds with TS@next as well (f03e790)