Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.6.0
Choose a base ref
...
head repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.6.6
Choose a head ref
  • 18 commits
  • 60 files changed
  • 11 contributors

Commits on Jul 30, 2020

  1. fix: Ensure unsubscriptions/teardowns on internal subscribers are ide…

    …mpotent (#5465)
    
    * null out _unsubscribe after unsubscription
    
    Fixes #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 flag
    
    Co-authored-by: Nicholas Jamieson <nicholas@cartant.com>
    2 people authored and benlesh committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    6d6a882 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. docs: fix import in timeoutWith example

    Type fix: Changed intrerval to interval
    Navaie authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    075af28 View commit details
    Browse the repository at this point in the history
  2. 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 authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    10cc8a6 View commit details
    Browse the repository at this point in the history
  3. chore(publish): 6.6.1

    benlesh committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ca6a3a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cddc925 View commit details
    Browse the repository at this point in the history
  5. chore(publish): 6.6.2

    benlesh committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    326a418 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    64e6bff View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. 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 params
    
    Co-authored-by: Ben Lesh <ben@benlesh.com>
    kwonoj and benlesh authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    193e519 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. 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 import
    
    Oh, FFS, now I've done it.
    cartant authored and benlesh committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    47d9e33 View commit details
    Browse the repository at this point in the history
  2. chore(publish): 6.6.3

    benlesh committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5c68e20 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. docs(alumn): add Jay Phelps as core team alumn (#5262)

    jayphelps authored and Jan-Niklas Wortmann committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e968d93 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. docs(versioning): add versioning to docs website (#5793)

    Co-authored-by: Jan-Niklas Wortmann <jan-niklas.wortmann@evorait.com>
    niklas-wortmann and Jan-Niklas Wortmann authored Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1e1e022 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Update creating operators link (#6028)

    tanhauhau authored and benlesh committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    76c84d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. 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 failure
    
    Co-authored-by: Nicholas Jamieson <nicholas@cartant.com>
    josepot and cartant authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6f7d88b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. chore(publish): 6.6.4

    benlesh committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f2ffada View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    c8ea5a1 View commit details
    Browse the repository at this point in the history
  2. chore(publish): 6.6.5

    benlesh committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2b003b5 View commit details
    Browse the repository at this point in the history
  3. chore(publish): 6.6.6

    benlesh committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    02219cc View commit details
    Browse the repository at this point in the history
Loading