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.0.0-rc.2
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.0.0-rc.3
Choose a head ref
  • 13 commits
  • 157 files changed
  • 9 contributors

Commits on Apr 23, 2021

  1. fix: finalize behaves well with useDeprecatedSynchronousErrorHandling (

    …#6251)
    
    * fix: finalize behaves well with useDeprecatedSynchronousErrorHandling
    
    Adds tests and ensures a few more scenarios that were hit in Google because they use the deprecated synchronous error handling.
    
    fixes #6250
    
    * refactor: Move deprecated junk to its own method
    
    Just for readability. The deprecated stuff is a hot mess, and this shows what we get to delete in version 8 more cleanly.
    
    * refactor: Add more comments
    
    * test: Add more tests around gross mode and finalize
    benlesh authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    e4bed2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c15db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0f6779 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. refactor: remove type annotations MochaDone & Mocha.Done for done par…

    …ameter from all unit tests (#6257)
    
    * refactor: refactor unit tests to include Mocha.Done type for done parameter
    
    * refactor: remove type annotations MochaDone & Mocha.Done for done parameter from all unit tests
    
    * chore: align marbles within literal
    
    Co-authored-by: Nitin Malave <[email protected]>
    Co-authored-by: Nicholas Jamieson <[email protected]>
    3 people authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    04ceaa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. docs: Document differences between 6.x and 7.x golden files (#6262)

    * docs: Document differences between 6.x and 7.x golden files
    
    Adds a document outlining all discovered differences between version 6 and version 7 as they can be found while diffing the api_guardian snapshots. This document should be an exhaustive list of changes and we should modify it ongoing if we think of anything else that has changed that cannot be found here yet.
    
    * chore: Address comments
    benlesh authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    880afb4 View commit details
    Browse the repository at this point in the history
  2. Version 7 (#5912)

    * docs(release): prepare docs for version 7 release
    
    * docs(index): support blm movement
    
    Co-authored-by: Jan-Niklas Wortmann <[email protected]>
    Co-authored-by: Jan-Niklas Wortmann <[email protected]>
    3 people authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7be67fa View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. fix: resolve run-time errors when using deprecated sync error handling (

    #6272)
    
    Fixes a should-be-obvious issue where we were making sure `dest` was `undefined`, then trying to set a property on it.
    
    fixes #6271
    benlesh authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    35daaf7 View commit details
    Browse the repository at this point in the history
  2. docs: buffer and ReplaySubject breaking changes (#6268)

    * docs: add buffer breaking change
    
    * docs: add ReplaySubject breaking change
    cartant authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    f802843 View commit details
    Browse the repository at this point in the history
  3. feat: add config object to connectable (#6267)

    * feat: add config object to connectable
    
    * chore: update api_guardian
    
    * chore: typo
    
    BREAKING CHANGE: Our very new api, `connectable`, now takes a configuration object instead of just the `Subject` instance. This was necessary to make sure it covered all use cases for what we were trying to replace in the deprecated multicasting operators. Apologies for the late-in-the-game change, but we know it's not widely used yet (it's new in v7), and we want to get it right.
    
    Co-authored-by: Ben Lesh <[email protected]>
    cartant and benlesh authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4d98b40 View commit details
    Browse the repository at this point in the history
  4. chore: update deprecations (#6259)

    * chore: remove unused $$iterator symbol
    
    * chore: update some renamed deprecations
    
    * chore: update some internal deprecations
    
    * chore: update scheduler deprecations
    
    * chore: update the xWith-related deprecations
    
    * chore: update empty and never deprecations
    
    * chore: update config deprecations
    
    * chore: update timeoutWith deprecations
    
    * chore: update generate deprecations
    
    * chore: update TimeInterval deprecation
    
    * chore: update Observable and tap deprecations
    
    * chore: update pluck deprecation
    
    * chore: update partition deprecation
    
    * chore: remove sampleTime deprecation
    
    Neither auditTime nor throttleTime are deprecated, so...
    
    * chore: update resultSelector deprecations
    
    * chore: update mergeMapTo deprecation
    
    * chore: add backticks
    
    * chore: update scheduler parameter deprecations
    
    * chore: update pairs deprecations
    
    * chore: update scheduler parameter deprecations
    
    * chore: update delayWhen deprecations
    
    * chore: update timer deprecation
    
    * chore: update api_guardian
    
    * chore: update throwError deprecations
    
    * chore: remove delayWhen dtslint deprecation test
    
    * chore: use API type in defer docs
    
    * chore: update Notification deprecations
    
    * chore: remove materialize deprecation
    
    * docs: add multicasting deprecations doc
    
    * chore: add colon after details
    
    * chore: update multicasting deprecations
    
    * docs: use upcoming connectable API changes
    
    * chore: use upcoming connectable API changes
    
    * chore: update ajax deprecations
    
    * chore: update websocked deprecation
    
    * chore: update uninferrable type param deprecations
    
    * chore: update fromEvent deprecations
    
    * chore: update rest-params deprecations
    cartant authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    1f7b9c5 View commit details
    Browse the repository at this point in the history
  5. refactor: refactor throwError operator to use factory function in uni…

    …t tests and .ts file (#6261)
    
    * refactor: refactor throwError operator to use factory function in unit tests and .ts file
    
    * test: add unit test for throwError factory support
    
    Co-authored-by: Nitin Malave <[email protected]>
    nitinmalave and Nitin Malave authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    6ef2725 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7c2d29 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. chore(publish): 7.0.0-rc.3

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