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: 7.2.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: 7.3.0
Choose a head ref
  • 15 commits
  • 26 files changed
  • 8 contributors

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    42283a4 View commit details
    Browse the repository at this point in the history
  2. chore(retryWhen): convert retryWhen tests to run mode (#6508)

    * chore(retryWhen): convert retryWhen tests to run mode
    
    * chore(retryWhen): update derecated subscribe signature in tests
    
    * test: update incorrect test descriptions
    
    Co-authored-by: Nicholas Jamieson <nicholas@cartant.com>
    tmair and cartant authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    93abdd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. chore(retry): convert retry tests to run mode (#6510)

    * chore(retry): convert retry tests to run mode
    
    * chore(retry): update derecated subscribe signature in tests
    
    * chore(retry): update derecated Observable.create signature in tests
    
    * chore(retry): remove unused parameters in tests
    tmair authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a46309b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0298734 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 14, 2021

  1. chore(deps): bump color-string from 1.5.3 to 1.5.5 (#6507)

    Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5.
    - [Release notes](https://github.com/Qix-/color-string/releases)
    - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Qix-/color-string/commits/1.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: color-string
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a675423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd8bdf3 View commit details
    Browse the repository at this point in the history
  3. refactor(Observable): remove unnecessary if (#6505)

    there is an unnecessary if in the pipe, remove it
    
    #6504
    Hojjat authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    938e211 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. chore: update pluck tests to run mode (#6526)

    * chore: update pluck tests to run mode
    
    * chore(pluck): remove unused constant
    
    * test(pluck): add firehose test
    jakovljevic-mladen authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    ee62748 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix as many skipped tests as possible. (#6524)

    * chore: Stop skipping valid test
    
    Resolves #5105
    
    * chore: Add comment about why this test is skipped.
    
    * chore: Correct skipped tests
    
    - Some of the skipped tests were clearly copied from retryWhen but never updated appropriately.
    - One of the skipped tests showed a buggy behavior that is now reported in an issue and a comment with a link to that issue is now above it.
    
    * chore: Update skipped tests
    
    - Uncomments a skipped test that was fixed with the v7 refactor (apparently just via better architecture)
    - Adds an additional test to simplify the same assertion
    - Adds a comment above a skipped section of tests explaining that we can probably remove them in v8 after we've moved completely to newer multicasting paradigms and removed deprecated operators.
    
    Resolves #5370
    
    * chore: Stops skipping a fixed test.
    
    * chore: Add commented out bit to help find skipped tests
    
    Figuring out what tests are skipped out of 3,000+ tests is pretty annoying. I want to leave this here as a sign post to help.
    benlesh authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    58220d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

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

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    69f5bfa View commit details
    Browse the repository at this point in the history
  2. feat(retry): Now supports configurable delay as a named argument (#6421)

    * feat(retry): Add configurable delay
    
    - Adds a `delay` configuration that allows the user to create simpler exponential backoff, simple retry delays, and/or other functionality.
    
    * chore: Address comments
    
    * chore: revert breaking change and use resetOnSuccess
    benlesh authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    5f69795 View commit details
    Browse the repository at this point in the history
  3. feat(tap): now supports subscribe, unsubscribe, and finalize handlers (

    …#6527)
    
    * feat(tap): Adds subscribe, unsubscribe, finalize handlers
    
    This adds a common request/task for RxJS users, which are three new handlers:
    
    - `subscribe`: fires on subscription to the source
    - `unsubscribe`: fires when the subscription to the result is unsubscribed from, but NOT if the source completes or errors
    - `finalize`: always fires on finalization, (basically equivalent to `finalize`)
    
    * chore: update api_guardian files
    
    * chore: Remove old TODO comment
    benlesh authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    eb26cbc View commit details
    Browse the repository at this point in the history
  4. chore(publish): 7.3.0

    benlesh committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6f0e853 View commit details
    Browse the repository at this point in the history
Loading