RxJs v6.0.0-uncanny Release Notes

Release Date: 2018-04-13 // about 6 years ago
  • 🐛 Bug Fixes

    • interop: functions with [Symbol.observable] on them will now be accepted in operators like mergeMap, from, etc (#3562) (c9570df)
    • migrations: change the version the migration applies to (#3564) (9217a03)
    • rxjs: no longer requires dom lib (#3566) (8b33ee2)
    • throttleTime: emit throttled values when complete if trailing=true (#3559) (3e846f2), closes #3351
    • websocket: export WebSocketSubject, WebSocketSubjectConfig from rxjs/websocket (#3557) (c365405)