RxJs v6.0.0-beta.4 Release Notes

Release Date: 2018-03-29 // about 6 years ago
  • 🐛 Bug Fixes

    • bindCallback: add better type overloads (#3480) (037cf34)
    • compat: add IScheduler to compat/Scheduler (0a67df6)

    🔋 Features

    • compat: add all utilities to internal-compatibility (a9ecfe7)
    • websocket: Add serializer/deserializer config settings (#3489) (8d44124)

    💥 BREAKING CHANGES

    • websocket: WebSocketSubject will now JSON serialize all messages sent over it by default, to return to the old behavior, pass a config setting of serializer: x => x like so: websocket({ url, serializer: x => x })