All Versions
131
Latest Version
Avg Release Cycle
33 days
Latest Release
946 days ago

Changelog History
Page 8

  • v5.5.4 Changes

    December 05, 2017

    πŸ› Bug Fixes

    • ⏱ scheduler: resolve regression on angular router with zones (#3158) (520b06a)
    • publish: re-publish after having built with proper version of TypeScript. (f0ff5bc, closes#3155)
  • v5.5.3 Changes

    December 01, 2017

    πŸ› Bug Fixes

  • v5.5.2 Changes

    October 25, 2017

    πŸ› Bug Fixes

    • πŸ“¦ package: fixed import failures in Webpack (#2987) (e16202d)
    • typings: improved type inference for arguments to publishReplay (#2992) (0753ff7), closes #2991
    • typings: ensure TS types for zip and combineLatest are properly inferred. (b8e6cf8)
    • typings: publish variants will properly return ConnectableObservable(#2983) (d563bfa)
  • v5.5.1 Changes

    October 24, 2017

    πŸ› Bug Fixes

    • πŸ— build: Remove module and es2015 keys to avoid resolution conflicts ([5073139](https:/github.com/ReactiveX/RxJS/commit/5073139))
    • ajaxobservable: fix operator import path (d9b62ed)
  • v5.5.0 Changes

    October 18, 2017

    πŸ› Bug Fixes

    • πŸ— build: CJS sourceMaps now inlined into sourcesContent (39b4af5), closes #2934

    πŸ”‹ Features

    • publishReplay: add selector function to publishReplay (#2885) (e0efd13)
  • v5.5.0-beta.7 Changes

    October 13, 2017

    (Due to a publish snafu, there is no 5.5.0-beta.6) (womp womp πŸ‘Ž)

    πŸ› Bug Fixes

    • πŸ— build: sourceMaps updated to support CJS properly again (75f7f11), closes #2934
    • flatMap: reexport flatMap as alias of mergeMap (#2920) (9922c02)
    • publish: correct the name and republish to sync packages (464b115)
    • shareReplay: no longer exporting function unnecessarily (#2928) (e159578)
    • shareReplay: properly uses lift (#2924) (3d9cf87), closes #2921
    • toPromise: include toPromise in build output (#2923) (f55bfa5), closes #2922
  • v5.5.0-beta.5 Changes

    October 06, 2017

    πŸ› Bug Fixes

    • toPromise: remove lettable version of toPromise (031edca), closes #2868

    πŸ”‹ Features

    • toPromise: now exists as a permanent method on Observable (2e49a5c)
  • v5.5.0-beta.4 Changes

    October 06, 2017

    πŸ› Bug Fixes

    • publish: fix selector typings (#2891) (9ee234d), closes #2889
    • shareReplay: properly retains history on subscribe (#2910) (accbcd0), closes #2908
    • subscribeOn: remove subscribeOn from reexport to support treesha… (#2899) (fb51a02)
  • v5.5.0-beta.3 Changes

    October 03, 2017

    πŸ› Bug Fixes

    • πŸ— build: revert to 5.4.x build output for CJS & add configurable support for ESM (#2878) (167456a)
    • concatAll: use higher-order lettable version of concatAll (60c96ab)
    • πŸ”€ mergeAll: use higher-order lettable version of mergeAll (f0b703b)
  • v5.5.0-beta.2 Changes

    September 27, 2017

    πŸ› Bug Fixes

    • πŸ— build: make CJS references to import X from '../operators' work correctly with SystemJS (#2874) (3dd4cc4)