RxJs v7.0.0-beta.14 Release Notes

Release Date: 2021-03-30 // about 3 years ago
  • 🐛 Bug Fixes

    • share: No longer throws errors for reentrant observables (#6151) (fc728cd), closes #6144

    🔋 Features

    • ajax: Now allows configuration of query string parameters, via a params option in the request configuration (#6174) (980f4d4)
    • esm: Added exports within package.json to enable scoped package loading. (#6192) (33a9f06), closes sveltejs/kit#612 nodejs/node#27408
    • ReadableStreams: RxJS now supports conversions for ReadableStreams e.g. from(readableStream). (#6163) (19d6502)