RxJs v7.5.6 Release Notes

Release Date: 2022-07-11 // almost 2 years ago
  • 🐛 Bug Fixes

    • share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#7005) (5d4c1d9)
    • share & connect: share and connect no longer bundle scheduling code by default (#6873) (9948dc2), closes #6872
    • exhaustAll: Result will now complete properly when flattening all synchronous observables. (#6911) (3c1c6b8), closes #6910
    • TypeScript: Now compatible with TypeScript 4.6 type checks (#6895) (fce9aa1)