OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
28 stars 109 forks source link

Bump rxjs from 6.5.4 to 6.6.7 in /imxweb #22

Closed RaffiMezaduryanQuest closed 2 years ago

RaffiMezaduryanQuest commented 2 years ago

Bumps rxjs from 6.5.4 to 6.6.7.

Changelog

Sourced from rxjs's changelog.

6.6.7 (2021-03-28)

Bug Fixes

  • types: Resolved an issue where referencing Symbol.observable before RxJS accessed the symbol/observable module internally would result in a reference error. (#6178) (94f690b), closes #6175
  • mergeMap, concatMap, switchMap, et al: Resolves an issue where returning an invalid ObservableInput would not be catchable in the observation chain. (#6186) (4014e19), closes #5344

6.6.6 (2021-02-25)

Bug Fixes

  • shareReplay: handle possible memory leaks (#5932) (6f7d88b)

6.6.5 accidentally published without changes. :D

6.6.4 (2021-02-24)

Bug Fixes

  • ReplaySubject: don't buffer next if stopped (#5696) (47d9e33)
  • Ensure unsubscriptions/teardowns on internal subscribers are idempotent (#5465) (6d6a882), closes #5464

6.6.3 (2020-09-06)

Bug Fixes

  • ReplaySubject: don't buffer next if stopped (#5696) (47d9e33)
  • Ensure unsubscriptions/teardowns on internal subscribers are idempotent (#5465) (6d6a882), closes #5464

6.6.2 (2020-07-31)

Bug Fixes

  • perf: Reduce memory pressure by no longer retaining outer values across the majority of operators. (#5613) (10cc8a6)

6.6.1 (2020-07-31)

... (truncated)

Commits