RxJs v5.0.3 Release Notes

Release Date: 2017-01-05 // over 7 years ago
  • 🐛 Bug Fixes

    • observeOn: seal memory leak involving old notifications (9664a38), closes #2244
    • Subscription: add will return Subscription that removes itself when unsubscribed (375d4a5)
    • TypeScript: interfaces that accepted Scheduler now accept IScheduler interface (a0d28a8)