RxJs v6.5.0 Release Notes

Release Date: 2019-04-23 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โœ… combineLatest: deprecated rest argument and scheduler signatures (#4641) (6661c79), closes #4640
    • fromFetch: We now export a fromFetch static observable creation method from rxjs/fetch. Mirrors native fetch only it's lazy and cancellable via Observable interface. (#4702) (5a1ef86)
    • forkJoin: accepts a dictionary of sources (#4640) (b5a2ac9)
    • partition: new partition observable creation function. Old partition operator is deprecated (#4419) (#4685) (d5d6980)
    • โฑ scheduled: Add scheduled creation function to use to create scheduled observable of values. Deprecate scheduled versions of from, range, et al. (#4595) (f57e1fc)

    ๐ŸŽ Performance Improvements