RxJs v7.0.0-rc.3 Release Notes

Release Date: 2021-04-28 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ—„ finalize behaves well with useDeprecatedSynchronousErrorHandling (#6251) (e4bed2a), closes #6250
    • ๐Ÿ”€ resolve run-time errors when using deprecated sync error handling (#6272) (35daaf7), closes #6271
    • resolve issue that made users unable to assert instanceof AjaxError. (#6275) (a7c2d29)

    ๐Ÿ”‹ Features

    • โž• add config object to connectable (#6267) (4d98b40)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ”ง Our very new creation function, connectable, now takes a configuration object instead of just the Subject instance. This was necessary to make sure it covered all use cases for what we were trying to replace in the deprecated multicasting operators. Apologies for the late-in-the-game change, but we know it's not widely used yet (it's new in v7), and we want to get it right.