RxJs v7.5.0 Release Notes

Release Date: 2021-12-27 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • takeWhile: Now returns proper types when passed a Boolean constructor. (#6633) (081ca2b)
    • forEach: properly unsubs after error in next handler (#6677) (b9ab67d), closes #6676
    • WebSocketSubject: handle slow WebSocket close (#6708) (8cb201c), closes #4650 #3935
    • ๐Ÿ‘ RxJS now supports tslib 2.x, rather than just 2.1.x (#6692) (0b2495f), closes #6689
    • โฑ schedulers will no longer error while rescheduling and unsubscribing during flushes (e35f589), closes #6672

    ๐Ÿ”‹ Features