- Notifications
You must be signed in to change notification settings - Fork3k
Comparing changes
Open a pull request
base repository:ReactiveX/rxjs
Uh oh!
There was an error while loading.Please reload this page.
base:6.6.0
head repository:ReactiveX/rxjs
Uh oh!
There was an error while loading.Please reload this page.
compare:6.6.6
- 18commits
- 60files changed
- 11contributors
Commits on Jul 30, 2020
fix: Ensure unsubscriptions/teardowns on internal subscribers are ide…
…mpotent (#5465)* null out _unsubscribe after unsubscriptionFixes#5464* test: add idempotent unsubscribe tests* fix: null the subscription ctor teardown* refactor: use delete to remove the member* refactor: delete _unsubscribe only if it exists* refactor: replace delete with hasOwnProperty etc* refactor: use _ctorUnsubscribe flagCo-authored-by: Nicholas Jamieson <nicholas@cartant.com>
Commits on Jul 31, 2020
docs: fix import in timeoutWith example
Type fix: Changed intrerval to interval
Navaie authoredJul 31, 2020 refactor: Improve memory pressure (#5613)
this is the duplicate of#5610, it is refactoring to ensure outer values are not retained when they do not have to be. It needs to be done in a separate PR because the branches diverge just enough to require it. This PR also has some mild, internal type fixes.
benlesh authoredJul 31, 2020 - benlesh committed
Jul 31, 2020 Merge branch '6.x' of github.com:ReactiveX/rxjs into 6.x
benlesh committedJul 31, 2020 - benlesh committed
Jul 31, 2020
Commits on Aug 16, 2020
build(actions): cherry-pick gh actions to 6.x (#5582)
* build(actions): setup initial gh actions script* build(actions): include node.js 14* test(api): update fixtures* build: Fix api_guardian paramsCo-authored-by: Ben Lesh <ben@benlesh.com>
Commits on Sep 6, 2020
fix(ReplaySubject): don't buffer next if stopped (#5696)
* test(ReplaySubject): add failing tests* fix(ReplaySubject): don't buffer next if stopped* chore: remove VSCode-added lodash importOh, FFS, now I've done it.
- benlesh committed
Sep 6, 2020
Commits on Sep 29, 2020
Commits on Oct 31, 2020
docs(versioning): add versioning to docs website (#5793)
Co-authored-by: Jan-Niklas Wortmann <jan-niklas.wortmann@evorait.com>
Commits on Feb 17, 2021
Commits on Feb 19, 2021
fix(shareReplay): handle possible memory leaks (#5932)
* fix(shareReplay): handle possible memory leaks* test: add shareReplay leak test* style(shareReplay): fix linting issues* chore: fix typescript@latest CI failureCo-authored-by: Nicholas Jamieson <nicholas@cartant.com>
Commits on Feb 25, 2021
chore(merge): Merge missed commits from master into publishing branch
benlesh committedFeb 25, 2021 - benlesh committed
Feb 25, 2021 - benlesh committed
Feb 25, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 6.6.0...6.6.6
Uh oh!
There was an error while loading.Please reload this page.