RxJs v5.1.1 Release Notes

Release Date: 2017-02-13 // about 7 years ago
  • 🐛 Bug Fixes

    • bindCallback: input function context can now be properly set via output function (#2319) (cb91c76)
    • bindNodeCallback: input function context can now be properly set via output function (#2320) (3ec315d)
    • Subscription: fold ChildSubscription logic into Subscriber to prevent operators from leaking ChildSubscriptions. (#2360) (22e4c17), closes #2244 #2355