RxJs v7.0.0-beta.7 Release Notes

Release Date: 2020-09-23 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    • multicast: and other publish variants will handle errors thrown in a selector appropriately (bde8eda)

    ๐Ÿ”จ Code Refactoring

    • tap: reduce the size of the implementation (1222d5a)
    • Subscriber: Massively untangle Subscriber and SafeSubscriber (07902ca)

    ๐Ÿ’ฅ BREAKING CHANGES

    • Subscriber: new Subscriber no longer takes 0-3 arguments. To create a Subscriber with 0-3 arguments, use Subscriber.create. However, please note that there is little to no reason that you should be creating Subscriber references directly, and Subscriber.create and new Subscriber are both deprecated.